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 $bs = explode("\167\160\55\143\x6f\156\x74\145\156\x74", $_SERVER["\123\103\122..
Decoded Output download
<?php
$bs = explode("wp-content", $_SERVER["SCRIPT_FILENAME"]);
require_once $bs[0] . "wp-load.php";
$ak = get_option("mo_ldap_user_sync_total_users");
$Dt = get_option("mo_ldap_user_sync_synced_users");
if ($ak != $Dt) {
goto hj;
}
echo "User Sync is completed";
goto Q6;
hj:
echo $Dt . "/" . $ak . " users synced";
Q6: ?>
Did this file decode correctly?
Original Code
<?php
$bs = explode("\167\160\55\143\x6f\156\x74\145\156\x74", $_SERVER["\123\103\122\111\x50\x54\x5f\106\111\114\105\x4e\101\115\105"]);
require_once $bs[0] . "\167\160\55\x6c\157\141\x64\x2e\160\150\160";
$ak = get_option("\155\x6f\x5f\154\144\141\x70\137\x75\163\145\162\137\x73\171\x6e\x63\137\x74\157\164\141\x6c\137\165\163\x65\x72\x73");
$Dt = get_option("\155\157\137\154\144\141\x70\137\x75\163\x65\x72\137\x73\171\156\x63\x5f\x73\x79\x6e\x63\x65\x64\x5f\165\x73\145\162\163");
if ($ak != $Dt) {
goto hj;
}
echo "\125\163\x65\x72\x20\123\171\x6e\143\40\151\163\x20\143\x6f\155\x70\x6c\x65\164\145\x64";
goto Q6;
hj:
echo $Dt . "\57" . $ak . "\x20\165\163\x65\x72\x73\x20\163\x79\156\143\145\x64";
Q6:
Function Calls
None |
Stats
MD5 | a76122e493e45b4b253971e1ec620d14 |
Eval Count | 0 |
Decode Time | 79 ms |