WormWarner.pl
WormWarner is a perl script that is used to warn hosts that are probably infected by a worm based on the info from the apache log files.
INSTALLATION
WormWarner uses the Mail:Sender, Net::DNS, File::Tail and GDBM_File modules which can be downloaded from http://www.cpan.org/. So you should install this modules first. Note that Net::DNS is only needed for the warnisp.pl script.
After that you should edit the configfile to change the settings you need.
To start wormwarner change to the wormwarner directory and run ./wormwarner.pl
to also warn the isp if the warning failed run
./warnisp.pl
after the first command.
