Nikto

De Linuxmemo.

(Différences entre les versions)
(Options)
Ligne 7 : Ligne 7 :
https://cirt.net/nikto2-docs/
https://cirt.net/nikto2-docs/
-
==Options==
+
==Basic Options==
*host/port
*host/port
  -h host or url
  -h host or url
Ligne 24 : Ligne 24 :
* Update
* Update
  nikto.pl -update
  nikto.pl -update
 +
 +
==Command Line Options==
==Interactive Features==
==Interactive Features==

Version du 15 juillet 2020 à 09:10

web server scanner

https://github.com/sullo/nikto.git

  • docs

https://cirt.net/nikto2-docs/

Basic Options

  • host/port
-h host or url
-p port
nikto.pl -h https://192.168.0.1:443/
nikto.pl -h 192.168.0.1 -p 443 -ssl
nikto.pl -h 192.168.0.1 -p 80,88,443
  • Avec nmap Grep
nmap -p80 192.168.0.0/24 -oG - | nikto.pl -h -
  • Via Proxy
./nikto.pl -h localhost -useproxy http://localhost:8080/
  • Update
nikto.pl -update

Command Line Options

Interactive Features

during an active scan

   SPACE - Report current scan status
   v - Turn verbose mode on/off
   d - Turn debug mode on/off
   e - Turn error reporting on/off
   p - Turn progress reporting on/off
   r - Turn redirect display on/off
   c - Turn cookie display on/off
   o - Turn OK display on/off
   a - Turn auth display on/off
   q - Quit
   N - Next host
   P - Pause
Outils personnels