Nikto

De Linuxmemo.

web server scanner

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

  • docs

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

-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

nmap -p80 192.168.0.0/24 -oG - | nikto.pl -h -

Outils personnels