Archive for November 30th, 2007

Wordpress Hack - footer generates spam links

Friday, November 30th, 2007

In my Wordpress blog there were some spam links generated by the below PHP code

<?php do_action(’wp_footer’); ?>

These links are hidden links only by doing a view source of the page you can find this out.

spam links

but what is more strange is that I found a piece of java script doing some thing with Google adsense.

Adsense Scripts

still haven’t figure the impact of the adsense script.

This looks like a Wordpress hack.