Wordpress Hack - footer generates spam links
Friday, November 30th, 2007In 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.
but what is more strange is that I found a piece of java script doing some thing with Google adsense.
still haven’t figure the impact of the adsense script.
This looks like a Wordpress hack.
