Options (3)
-hbooleanPerform a basic Nikto scan against a target host
Example:
perl nikto.pl {{[-h|-host]}} {{192.168.0.1}}-pbooleanSpecify the port number when performing a basic scan
Example:
perl nikto.pl {{[-h|-host]}} {{192.168.0.1}} {{[-p|-port]}} {{443}}-ubooleanUpdate to the latest plugins and databases
Example:
perl nikto.pl {{[-u|-update]}}Examples (5)
Perform a basic Nikto scan against a target host
perl nikto.pl [-h|-host] 192.168.0.1Specify the port number when performing a basic scan
perl nikto.pl [-h|-host] 192.168.0.1 [-p|-port] 443Scan ports and protocols with full URL syntax
perl nikto.pl [-h|-host] https://192.168.0.1:443/Scan multiple ports in the same scanning session
perl nikto.pl [-h|-host] 192.168.0.1 [-p|-port] 80,88,443Update to the latest plugins and databases
perl nikto.pl [-u|-update]made by @shridhargupta | data from tldr-pages