선 밖에 선 자유인

Nmap WAF 탐지 옵션 본문

IT/Security

Nmap WAF 탐지 옵션

Hotman 2017. 9. 7. 16:55

- using http-waf-detect.nse script 

$ nmap -p80 --script http-waf-detect <target>

$ nmap -p80 --script http-waf-detect --script-args="http-waf-detect.detectBodyChanges" <target>

$ nmap -p80 --script http-waf-detect --script-args="http-waf-detect.aggro" <target>

$ nmap -p80 --script http-waf-detect --script-args http-waf-detect.uri=/webapp/ <target>

$ nmap -p80 --script http-waf-detect --script-args http.useragent="Mozilla 42" <target>


Comments