Forrest logo
back to context overview

nikto

List of commands for nikto:

  • nikto:ai:9093c nikto
    $ nikto -h example.com
    try on your machine
    explain this command
  • nikto:tldr:25796 nikto: Perform a basic Nikto scan against a target host.
    $ perl nikto.pl -h ${192-168-0-1}
    try on your machine
    explain this command
  • nikto:tldr:b0049 nikto: Update to the latest plugins and databases.
    $ perl nikto.pl -update
    try on your machine
    explain this command
  • nikto:tldr:e8ae1 nikto: Specify the port number when performing a basic scan.
    $ perl nikto.pl -h ${192-168-0-1} -p ${443}
    try on your machine
    explain this command
back to context overview