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 (!(version_compare(phpversion(), "\x35\x2e\66\x2e\60", "\74") == true)) { got..
Decoded Output download
<? if (!(version_compare(phpversion(), "5.6.0", "<") == true)) {
goto H1VE6;
}
exit("PHP5.6+ Required");
H1VE6:
if (isset($_SERVER["DOCUMENT_ROOT"])) {
goto AURkM;
}
if (
!isset(
$_SERVER["SCRIPT_FILENAME"]
)
) {
goto jom_5;
}
$_SERVER["DOCUMENT_ROOT"] = str_replace(
"\",
"/",
substr(
$_SERVER[
"SCRIPT_FILENAME"
],
0,
0 - strlen($_SERVER["PHP_SELF"])
)
); ?>
Did this file decode correctly?
Original Code
if (!(version_compare(phpversion(), "\x35\x2e\66\x2e\60", "\74") == true)) {
goto H1VE6;
}
exit("\x50\x48\120\x35\56\66\53\40\x52\145\x71\165\151\162\x65\144");
H1VE6:
if (isset($_SERVER["\x44\117\103\x55\x4d\x45\116\x54\x5f\122\x4f\117\124"])) {
goto AURkM;
}
if (
!isset(
$_SERVER["\x53\x43\122\x49\120\124\x5f\106\x49\x4c\x45\116\101\x4d\x45"]
)
) {
goto jom_5;
}
$_SERVER["\x44\x4f\x43\125\115\x45\x4e\124\137\x52\117\117\124"] = str_replace(
"\x5c",
"\57",
substr(
$_SERVER[
"\x53\x43\122\x49\120\x54\137\x46\x49\x4c\x45\116\101\x4d\105"
],
0,
0 - strlen($_SERVER["\x50\x48\x50\x5f\x53\105\x4c\x46"])
)
);
Function Calls
None |
Stats
MD5 | 83de9ac570b161230f9b596f958c36ec |
Eval Count | 0 |
Decode Time | 45 ms |