Updated Summary and Fixed Broken Links in CSRF

This commit is contained in:
nizam0906 2019-12-17 22:21:53 +05:30 committed by GitHub
parent 4588cc2eee
commit 156ea32217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,14 @@
* [Methodology](#methodology) * [Methodology](#methodology)
* [Payloads](#payloads) * [Payloads](#payloads)
* [HTML GET - Requiring User Interaction](#) * [HTML GET - Requiring User Interaction](#html-get---requiring-user-interaction)
* [HTML GET - No User Interaction)](#) * [HTML GET - No User Interaction)](#html-get---no-user-interaction)
* [HTML POST - Requiring User Interaction](#) * [HTML POST - Requiring User Interaction](#html-post---requiring-user-interaction)
* [HTML POST - AutoSubmit - No User Interaction](#) * [HTML POST - AutoSubmit - No User Interaction](#html-post---autosubmit---no-user-interaction)
* [JSON GET - Simple Request](#) * [JSON GET - Simple Request](#json-get---simple-request)
* [JSON POST - Simple Request](#) * [JSON POST - Simple Request](#json-post---simple-request)
* [JSON POST - Complex Request](#) * [JSON POST - Complex Request](#json-post---complex-request)
* [References](#references)
## Tools ## Tools