Skip to content

Instantly share code, notes, and snippets.

@jaydenlin
Created May 4, 2018 14:33
Show Gist options
  • Save jaydenlin/9e28112b0dd4be6edde9cd4b2e33c5e8 to your computer and use it in GitHub Desktop.
Save jaydenlin/9e28112b0dd4be6edde9cd4b2e33c5e8 to your computer and use it in GitHub Desktop.
CSRF token from
<form method='POST' action='/buy.php'>
<input type='text' name='item'>
<input type='hidden' name='csrf-token' value='XXDDHHIIUUUEEEEJJAAA'>
<input type='submit' value='submit'>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment