Web vulnerability assessment for bug bounty — XSS, IDOR, SSRF, auth bypass, API hacking.
Official PageWeb fuzzer
sudo apt install ffufffuf -u http://target/FUZZ -w wordlist.txtJWT testing toolkit
pip3 install jwt_toolpython3 jwt_tool.py <token> -X aIn-depth subdomain enumeration
go install github.com/owasp-amass/amass/v3/...@masteramass enum -d target.com -o amass.txtFetch known URLs from various sources
go install github.com/lc/gau/v2/cmd/gau@latestgau target.com | sort -u > urls.txtFast HTTP probing
go install github.com/projectdiscovery/httpx/cmd/httpx@latestcat subs.txt | httpx -sc -title -tech-detectSubdomain discovery tool
go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latestsubfinder -d target.com -o subs.txtTemplate-based scanner
go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latestnuclei -u https://target.com -t cves/ -t exposures/SQL injection automation
sudo apt install sqlmapsqlmap -u "target?id=1" --level 3 --risk 2 --batchWeb app testing proxy
Download portswigger.netIntruder, Repeater, Scanner, CollaboratorXSS scanner
go install github.com/hahwul/dalfox/v2@latestdalfox url "http://target/?q=test" --silence