Apache log file scanner
Chris Dutton
chris at cmb-enterprises.com
Tue Oct 9 02:33:26 EDT 2001
in article 0Ujw7.291$wO4.40393 at dfiatx1-snr1.gtei.net, Jeff Sasmor at
jeff at janix.com wrote on 10/8/01 11:47 AM:
> If anyone is interested in a short Python script
> that'll scan their Apache web server's log files
> for break-in attempts from Code Red and a few
> other worms, you should check out:
>
> http://www.netkook.com/Members/jeff/virusprobe
Just a small note, as I'm perusing this at an ungodly hour. A better way to
regexx match an IP might be:
(\d{1,3}\.){3}\d{1,3}
More information about the Python-list
mailing list