WebVAPT it´s a framework that automates and parameterizes well-known VAPT tools by modeling the attack, for Web applications, through the mapping of eight vulnerabilities obtained from NIST and OWASP.
step 1: Download and Setup webvapt.
sudo git clone https://github.com/paciente23256/webvapt.git /var/webvapt
sudo git clone https://github.com/drwetter/testssl.sh.git /var/webvapt/modules/testssl
sudo chmod +x /var/webvapt/modules/testssl/testssl.sh
sudo git clone https://github.com/scipag/vulscan /usr/share/nmap/scripts/vulscan
step 2: Install tools
sudo apt-get update && apt-get install wapiti uniscan nmap nikto commix git dirsearch python3 python3-pipx -y
step 3: Install python libraries.
sudo apt install python3-art python3-termcolor pythons-glob2 pythons-requests
step 4: Create a symbolic-link
sudo ln -s /var/webvat/webvapt.py /usr/local/bin/webvapt
sudo chmod +x /usr/local/bin/webvapt
step 5: Run WebVAPT just type:
sudo webvapt
step 1: Download and execute setup
sudo wget -O - https://raw.githubusercontent.com/paciente23256/webvapt/main/setup.sh | bash
step 2: Run WebVAPT just type
sudo webvapt
[screenshots]