mariusv.com

Watch as I awkwardly stumble through life

Who’s abusing your Wordpress website?

Posted by Marius Voila on September 05, 2010 in London, U.K . — 0 comments This post contains 133 words

I wanted to know what IP addresses were hitting my website. I’d done this before and it only took a moment or two to recreate the following commands. Still, here it is for future reference:

grep -v "wp-content" access.log|grep -v wp-includes|cut -f 1 -d " "|sort|uniq -c|sort -nr|less

This code:

You’ll probably find Google and Yahoo! bots near the top of the list, but I also found the “Jyxobot/1? bot was quite busy today.