WAF Detection/ Evasion

WAFw00f

 sudo python setup.py install
 wafw00f <URL>

Nmap

nmap http-waf-detect

nmap -p <PORT> --script http-waf-detect <HOST>

nmap -p <PORT> --script http-waf-detect --script-args="http-waf-detect.aggro,http-waf-detect.uri=/testphp.vulnweb.com/artists.php" <HOST>

nmap http-waf-fingerprint

nmap -p <PORT> --script=http-waf-fingerprint <targets>
 
nmap -p <PORT> --script=http-waf-fingerprint --script-args http-waf-fingerprint.intensive=1 <HOST>

Last updated