Nikto

De Linuxmemo.

web server scanner

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

  • docs

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

  • 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
Outils personnels