May 2017
Intermediate to advanced
416 pages
21h 33m
English
To detect changes in the response body, use the argument http-waf-detect.detectBodyChanges. I recommend that you enable it when dealing with pages with little dynamic content:
$ nmap -p80 --script http-waf-detect --script-args="http-waf-detect.detectBodyChanges" <target>
To include more noisy attack payloads, use the script argument http-waf-detect.aggro. This mode generates more HTTP requests but can also trigger a response in more products:
$ nmap -p80 --script http-waf-detect --script-args="http-waf-detect.aggro" <target> Initiating NSE at 23:03 NSE: http-waf-detect: Requesting URI /abc.php NSE: Final http cache size (1160 bytes) of max size of 1000000 NSE: Probing with payload:? p4yl04d=../../../../../../../../../../. ...
Read now
Unlock full access