Chinese Haxors?

hacks phpmyadmin vulnerability

10|15|2009

I've been getting spurious requests from a chinese ip address trying to access the request path

/phpMyAdmin/scripts/setup.php

So I just added this to our iptable.up.rules

-I INPUT -s <ip address> -j DROP

I guess that bot won't be bothering our application server anymore.

blog comments powered by Disqus