User Tools

Site Tools


blog:nitko_web_server_security_assessment

Nikto web server security assessment

Nikto performs automated tests agains webservers.

Nikto does require the LibWhisker Perl module, but this is built into the program so it does not need to be installed. You will want to install the Net::SSLeay Perl module if you want to test SSL.

Install Net::SSLeay

or on Debian (or Ubuntu, of course)

apt-get install libcrypt-ssleay-perl libnet-ssleay-perl

For all distributions, installing from CPAN:

perl -MCPAN -e shell;
Cpan> install Net::SSLeay

Download nikto

You can find a download of the current version from http://www.cirt.net/nikto2

mkdir /usr/src
mv  nikto-current.tar.gz /usr/src
cd /usr/src

Untar the program.

tar zxvf nikto-current.tar.gz

Basic Scan

perl nikto.pl -h
perl nikto.pl -h 192.168.5.103 

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   ___    __ __  _____   ___    _  __
  / _ \  / //_/ / ___/  / _ \  / |/ /
 / // / / ,<   / (_ /  / // / /    / 
/____/ /_/|_|  \___/  /____/ /_/|_/
 
blog/nitko_web_server_security_assessment.txt · Last modified: 2014-05-21 07:16 by brb