Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Times out....or something' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Times out....or something
Authored by: tsaar on Sep 19, '02 03:20:34PM

Hmmm...

either it takes too long to process the 969 + 52 'infected hosts' i have in my logs, or I'm just impatient.

The script starts fine, gives me no errors (well, it wouldn't would it) but also it does not do anything....

Anyone else have the same ?



[ Reply to This | # ]
Times out....or something
Authored by: tsaar on Sep 19, '02 03:38:26PM

I think your script ended up mutilated by pasting or something...
Should the line after Gatherin new potential worm host not contain something like

egrep -i "(cmd.exe|root.exe|default.ida|_vti_bin)" /var/log/httpd/access_log | awk '{print $1}' | sort -n | uniq | /var/tmp/worms.new

?



[ Reply to This | # ]