View Single Post
Old 11-20-2006, 09:20 AM  
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
boomer:/logs# cat access.log | grep -i zango | awk {'print $1'} | sort -u | wc -l
93
boomer:/logs# cat access.log | awk {'print $1'} | sort -u | wc -l
15303

so 93 out of 15303 unique IP's had the Zango user-agent these "anti zango" scripts look for

is that really much to be worried about?
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote