Forum Moderators: phranque

Message Too Old, No Replies

My site has been proxy hacked by peek-a-boo.appspot.com

         

barney

9:34 am on Apr 30, 2010 (gmt 0)

10+ Year Member



My site has been proxy hacked by peek-a-boo.appspot.com and i was told i needed to write a .htaccess so it will block that user agent. Does anyone know how I can do that?

I am not sure if this is the user agent thanks

lammert

12:51 pm on May 3, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The proxy you mention is relatively well behaved in that it is hosted on Google App Engine and therefore always gives the same user agent string. The unique part in the user agent for this application is "peek-a-boo" (not surprisingly :))

You can block requests with a specific user agent by adding a rewrite rule to your .htaccess file. A similar question was asked here recently. You can look at the example code in that thread [webmasterworld.com] and customize it to your needs.