Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function getMAC() { ob_start(); system("\x69\160\143\157\156\146\x69\x67\x20\57\141\154\x6..
Decoded Output download
<? function getMAC() { ob_start(); system("ipconfig /all"); $mycom = ob_get_contents(); ob_clean(); $mac = array(); foreach (preg_split("/(
?
)/", $mycom) as $line) { if (!strstr($line, "Physical Address")) { goto bGD07; } $mac[] = substr($line, 39, 18); bGD07: PHXxH: } YgvKg: return $mac; } ?>
Did this file decode correctly?
Original Code
function getMAC() { ob_start(); system("\x69\160\143\157\156\146\x69\x67\x20\57\141\154\x6c"); $mycom = ob_get_contents(); ob_clean(); $mac = array(); foreach (preg_split("\x2f\x28\15\77\12\x29\x2f", $mycom) as $line) { if (!strstr($line, "\120\x68\171\x73\151\x63\141\154\40\x41\144\144\x72\145\163\163")) { goto bGD07; } $mac[] = substr($line, 39, 18); bGD07: PHXxH: } YgvKg: return $mac; }
Function Calls
None |
Stats
MD5 | cd529355867726b1ebfe2207b68d3b3f |
Eval Count | 0 |
Decode Time | 38 ms |