Nikto
Installation and introduction
Section titled “Installation and introduction”Default scan
Section titled “Default scan”# HTTPnikto -h $DOMAIN
# HTTPSnikto -h $DOMAIN -ssl
# Use domains from filenikto -h domains.txtOutput
Section titled “Output ”# Simplenikto -h $DOMAIN -o output.txt
# CSV formatnikto -h $DOMAIN -o output.csv -Format csvIntegration with metasploit
Section titled “Integration with metasploit”nikto -h $DOMAIN -Format msf+Advanced scan
Section titled “Advanced scan”# Scan through a proxynikto -h $DOMAIN -useproxy http://127.0.0.1:8080
# Specify custom portsnikto -h $DOMAIN -p 80,443,8080
# Specify basic authentication credentialsnikto -h $DOMAIN -id admin:password
# Disable response cachingnikto -h $DOMAIN -nocache
# Specify tuning options (e.g., 1=interesting files, 3=IIS bugs, 4=CGI, x=reverse tuning)nikto -h $DOMAIN -Tuning 134