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
文章標籤
全站熱搜
留言列表