Nikto

De Linuxmemo.

(Différences entre les versions)
 
Ligne 1 : Ligne 1 :
[[Catégorie:Kali]]
[[Catégorie:Kali]]
 +
[[Catégorie:Web_Server_Scanner]]
web server scanner
web server scanner

Version actuelle en date du 15 juillet 2020 à 10:05

web server scanner

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

  • docs

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

[modifier] 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

[modifier] Command Line Options

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

[modifier] 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