Web application penetration testing — SQL injection, XSS, SSRF, deserialization.
Official PageFast web fuzzer
sudo apt install ffufffuf -u http://target/FUZZ -w wordlist.txt -fc 404HTTP parameter discovery
pip3 install arjunarjun -u http://target/apiWeb server vulnerability scanner
sudo apt install niktonikto -h http://target -o nikto.txtTemplate-based vulnerability scanner
go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latestnuclei -u http://target -t cves/ -t exposures/Automated SQL injection tool
sudo apt install sqlmapsqlmap -u "http://target?id=1" --dbs --batchHTTP proxy for web app testing
Download from portswigger.netConfigure browser proxy 127.0.0.1:8080Fast XSS scanner
go install github.com/hahwul/dalfox/v2@latestdalfox url "http://target/search?q=test"Advanced XSS detection tool
pip3 install xsstrikepython3 xsstrike.py -u "http://target/search?q=test"WordPress vulnerability scanner
sudo gem install wpscanwpscan --url http://target --enumerate u,p,t --api-token TOKEN