SSLAudit needs a few modules to be installed.
aditya@ubuntu:~$ perl SSLAudit.pl
Can't locate Config/IniFiles.pm in @INC (you may need to install the Config::IniFiles module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at SSLAudit.pl line 9.
BEGIN failed--compilation aborted at SSLAudit.pl line 9.
aditya@ubuntu:~$ sudo cpan install Config::IniFiles
=========
aditya@ubuntu:~$ perl SSLAudit.pl
Can't locate Time/ParseDate.pm in @INC (you may need to install the Time::ParseDate module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at SSLAudit.pl line 13.
BEGIN failed--compilation aborted at SSLAudit.pl line 13.
===========
aditya@ubuntu:~$ sudo cpan install Time::ParseDate
===========
aditya@ubuntu:~$ perl SSLAudit.pl
Can't locate Config/IniFiles.pm in @INC (you may need to install the Config::IniFiles module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at SSLAudit.pl line 9.
BEGIN failed--compilation aborted at SSLAudit.pl line 9.
aditya@ubuntu:~$ sudo cpan install Config::IniFiles
=========
aditya@ubuntu:~$ perl SSLAudit.pl
Can't locate Time/ParseDate.pm in @INC (you may need to install the Time::ParseDate module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at SSLAudit.pl line 13.
BEGIN failed--compilation aborted at SSLAudit.pl line 13.
===========
aditya@ubuntu:~$ sudo cpan install Time::ParseDate
===========

Nice post! Website security monitoring is such an important topic these days. Cyber threats are getting smarter, so keeping an eye on your site 24/7 is a must. I like how you explained it in simple terms really helps non-tech folks understand why it matters.
ReplyDelete