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


Ooops! | 13 comments | Create New Account
Click here to return to the 'Ooops!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Ooops!
Authored by: Anonymous on Sep 22, '01 03:28:49AM
Whoops, I messed up part of this, but I don't think it affects the final count much much. All the lines that contain "_vti_bin" also contain "cmd.exe", so I'll leave "_vti_bin" out of this, however the count is still the same. I also talked to a friend, who says this will also show the amount of Code Red hits also, because they exploit some of the same vulnerabilities. Here's the new command:
egrep -i "(default.ida|cmd.exe|root.exe)" /var/log/httpd/access_log* | cut -f 1 -d ' ' | sort | wc -l
-THX

[ Reply to This | # ]