Last active
April 3, 2019 21:18
-
-
Save securitytube/e4842a9dae17e7fd716e to your computer and use it in GitHub Desktop.
CSRF Attacks
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
""" | |
This Challenge requires a 2 Step process: | |
1. Fetch the CSRF token from the JSON API defined below: | |
URL: /lab/webapp/csrf/13 | |
Method: POST | |
Parameters: gettoken=true | |
Cookie: Required | |
2. Submit the Token to complete the Challege | |
URL: /lab/webapp/csrf/13 | |
Parameter: token | |
Parameter Value: Value received from (1) | |
Method: GET | |
Cookie: Required | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment