I was working on Slowloris and while execution got follwing error.

[mitblog@~]#./slowloris.pl localhost
Can't locate IO/Socket/SSL.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./slowloris.pl line 4.
BEGIN failed--compilation aborted at ./slowloris.pl line 4.
[mitblog@~]#

If you are getting similar error, you can fix by installing perl-IO-Socket-SSL in Linux or CentOS operating system.

 

[mitblog@~]# yum -y install perl-IO-Socket-SSL

 

 

Reference:http://chandank.com/os/can-t-locate-io-socket-ssl-centos

arrow
arrow
    文章標籤
    Slowloris
    全站熱搜

    mitblog 發表在 痞客邦 留言(0) 人氣()