Difference between revisions of "Nikto"

From Notes_Wiki
(Created page with "=nikto= Nikto is web vulnerability scanner. It contains exploits for many different types of webservers and buggy CGI applications. It can be downloaded from http://cirt.net/...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=nikto=
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Penetration testing tools]] > [[Nikto]]


Nikto is web vulnerability scanner. It contains exploits for many different types of webservers and buggy CGI applications. It can be downloaded from http://cirt.net/nikto2  Nikto is a perl program. We can use following command to scan virtual host named www.iiit.ac.in hosted at IP 10.4.2.208 using nikto.
Nikto is web vulnerability scanner. It contains exploits for many different types of webservers and buggy CGI applications. It can be downloaded from http://cirt.net/nikto2  Nikto is a perl program. We can use following command to scan virtual host named www.iiit.ac.in hosted at IP 10.4.2.208 using nikto.
Line 6: Line 6:
./nikto.pl -config nikto.conf -host 10.4.2.208 -vhost www.iiit.ac.in
./nikto.pl -config nikto.conf -host 10.4.2.208 -vhost www.iiit.ac.in
</pre>
</pre>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Penetration testing tools]] > [[Nikto]]

Latest revision as of 15:11, 24 August 2022

Home > CentOS > CentOS 6.x > Penetration testing tools > Nikto

Nikto is web vulnerability scanner. It contains exploits for many different types of webservers and buggy CGI applications. It can be downloaded from http://cirt.net/nikto2 Nikto is a perl program. We can use following command to scan virtual host named www.iiit.ac.in hosted at IP 10.4.2.208 using nikto.

./nikto.pl -config nikto.conf -host 10.4.2.208 -vhost www.iiit.ac.in



Home > CentOS > CentOS 6.x > Penetration testing tools > Nikto