Nikto
Very basic syntax to run a Nikto scan against a URL:
You can also provide Nikto a list of hostnames/IP addresses instead of a single URL.
Nikto runs against port 80 by default, to scan a HTTPS enabled domain, include the -ssl
flag.
The -o
flag can be used to export results to a file, the -format
flag can be used to specify the file format.
Last updated