開放原始碼的網路弱點掃描工具-Nikto
http://strawberryperl.com/
windows perl
http://www.perl.org/get.html
常用指令
指定掃描的主機
預設會掃描port 80
perl nikto.pl -h 192.168.0.1
指定掃port
perl nikto.pl -h 192.168.0.1 -p 8080
一次掃多port
perl nikto.pl -h 192.168.0.1 -p 8080,80,443
本機使用代理伺服器時
perl nikto.pl -h 192.168.0.1 -useproxy http://192.168.0.254:3128/
使用 IDS的躲避技術
perl nikto.pl -h 192.168.0.1 -evasion 3
報告輸出格式
perl nikto.pl -h 192.168.0.1 -Format html -o output.html
報告自動會判斷格式
perl nikto.pl -h 192.168.0.1 -o output.html
掃描模組更新
perl nikto.pl --update
Hits: 129