Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to intall ssl support for Nikto scanner?? I am trying install ssl library dependencies.Help me to achieve it

I have installed nikto on ubuntu 12.04 .when i am trying to scan targets oves ssl .It is sayin no SSL supoort .Please help me confgure nikto . On nikto website below line is written ,but not explained.help me configure it

For SSL support the Net::SSLeay Perl module must be installed.

like image 692
Kapila Clan Avatar asked Feb 16 '23 08:02

Kapila Clan


1 Answers

Try this:

Debian / Ubuntu:

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl

CentOS / Fedora:

yum install openssl-devel perl perl-Net-SSLeay perl-Crypt-SSLeay
like image 104
alex Avatar answered Feb 18 '23 21:02

alex