1.WAF介紹
WAF(Web Application Firewall)的中文名稱叫"Web應用防火墻",利用國際上公認的一種說法,WAF的定義是這樣的:Web應用防火墻是通過執行一系列針對HTTP/HTTPS的安全策略來專門為Web應用提供保護的一款產品。
2.探測WAF
1)nmap提供給了探測腳本:
腳本位置:/usr/share/nmap/scripts/http-waf-detect.nse
2)nmap探測命令
nmap -p 80,443 --script=http-waf-detect 目標主機
nmap -p 80,443 --script=http-waf-fingerprint 目標主機(精度更高)
3)探測結果
成功:http-waf-detect: IDS/IPS/WAF detected

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/9013.html
標籤:網絡通信
