> Recently, I have had a flurry of attempts looking for a
> formmail.pl script in the cgi-bin directory.
A well known attack. To get a rough idea, what is up at your [tm] system,
use:
#!/usr/bin/perl
open(LOG,'>>formmail_log') or die $!;
print LOG scalar(localtime). ", $ENV{'REMOTE_ADDR'},
$ENV{'QUERY_STRING'}\n";
close LOG;
sleep(30);
print "Content-type: text/plain\n\n";
print "You have been logged. A complaint will be sent to your provider.";
--
Holger Lembke
+49-531-334676
-------------------------------------------------------
To unsubscribe please go to http://www.sambar.ch/list/