Nikto Scanner

Nikto Scanner

Nikto is a command-line vulnerability scanner that scans webservers for dangerous files/CGIs, outdated server software and other problems. It performs generic and server type specific checks. It also captures and prints any cookies received.

The only required options to set when using Nikto is the host target and port number.

# Default Scan
kali@kali:~$ nikto -h 192.168.0.1 -p 80

Last updated