Nikto

De Linuxmemo.

(Différences entre les versions)
Ligne 7 : Ligne 7 :
https://cirt.net/nikto2-docs/
https://cirt.net/nikto2-docs/
-
  -h host
+
  -h host or url
  -p port
  -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 -

Version du 15 juillet 2020 à 09:01

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