(no subject)
Aug. 7th, 2001 06:46 pmCode Red scan count for the last seven days:
Patch your damn machines, would you?
iniquity[cathy]28: grep -c default.ida /opt/apache/logs/site-access 202
Patch your damn machines, would you?
fun with php
Date: 2001-08-07 05:05 pm (UTC)printf("<P>As of this moment, we've been poked by the Code Red worm %s times! Good thing we don't run Microsoft's IIS web server.</P>",
`grep -c default.ida /path/to/web/logs/access_log`);
displays a live count of hits at the downward spiral (http://downwardspiral.net) and gothic boston (http://gothicboston.org). thank Bunicula for the code. :-)
Note that the back-tick is essential. I didn't know what the backtick operator was until Brian explained it to me.