Nikto web server scanner — checks for dangerous files, outdated software, and server misconfigurations.
nikto -h http://target.com
nikto -h target.com -p 80,443,8080,8443
nikto -h https://target.com -ssl
nikto -h http://target.com -Tuning 9
nikto -h http://target.com -Tuning 1
nikto -h http://target.com -Tuning 2
nikto -h http://target.com -Tuning 4
nikto -h http://target.com -Tuning 8
nikto -h http://target.com -id admin:password
nikto -h http://target.com -useproxy http://127.0.0.1:8080
nikto -h http://target.com -C "session=TOKEN"
nikto -h http://target.com -o report.html -Format html
nikto -h http://target.com -o report.csv -Format csv
nikto -h http://target.com -o report.xml -Format xml
nikto -h http://target.com -evasion 1
nikto -h http://target.com -evasion 2
nikto -h http://target.com -evasion 8
nikto -h http://target.com -Pause 1