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

2

6

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.

Ianteen answered 5/6, 2013 at 8:57 Comment(0)
J
9

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
Jump answered 22/3, 2014 at 12:47 Comment(1)
libnet-ssleay-perl was the missing library in my case (Ubuntu 14.04 release)Tyndareus
F
2

The answer posted seems old. I have encountered same issue while using Nikto2 https://github.com/sullo/nikto in Ubuntu 20.04.5.

enter image description here

I could resolve the issue by running

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

enter image description here

Flagg answered 10/2, 2023 at 5:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.