|
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?
|