html - Wordpress footer hacked -
at end of our wordpress page (when check source code) have little gem
</body> </html><html> <div style='left: -3565px; position: absolute; top: -4812px'> <a href="http://www.coachoutletsonline.cc">coach outlet in jackson nj</a> <a href="http://www.louisvuitonoutlet.us.com">louis vuitton outlet</a> <a href="http://www.cheapnfljerseyschina.us.com">cheap nfl jerseys china</a> <a href="http://picklex20.com/cheap-soccer-jerseys-china.html">cheap soccer jerseys china</a> <a href="http://www.tiffanyandcooutlet.us.com">tiffany , co engagement rings</a> <a href="http://www.jerseycheap.us.com">cheap jerseys</a> <a href="http://www.rogervivieroutlet.us.com">roger vivier shoes outlet</a> <a href="http://www.redbottomsshoes.us.com">red bottom shoes</a> <a href="http://www.jerseywholesale.us.com">jerseys wholesale</a> <a href="http://www.katespadeoutletcity.us.com">kate spade outlet online</a> <a href="http://www.nfljerseywholesale.us.com">cheap nba jerseys</a> <a href="http://www.pappasdelaney.com/wholesale-hockey-jerseys.html">wholesale hockey jerseys</a> </div> </html>
and can't find out has been placed in files. footer seems fine
<footer id="main-footer"> <?php get_sidebar( 'footer' ); ?> <div id="footer-bottom"> <div class="container"> <p id="copyright"> <?php printf( __( 'copyright %1$s | web design %2$s', 'nimble' ), '<a href="" title=""></a>', '<a href=""></a>' ); ?> </p> </div> <!-- end .container --> </div> <!-- end #footer-bottom --> </footer> <!-- end #main-footer --> <?php wp_footer(); ?> </body> </html>
and it's not in page templates themselves. ideas?
wp_footer
used plugins hook code theme, probably* 1 of installed plugins did - deactivate them in turn find out. start social plugins wp-symposium etc, they're known vulnerable such hacks.
also, may in /wp-admin files such 'file_upload_include.php' - that's malware.
*there's remote possibility used same functionality manually add code via functions.php - should there unusual template loads.
Comments
Post a Comment