From 20305c357161cc463344b3552dbbb1bd79aab61f Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sun, 28 Jan 2018 15:49:57 +0700 Subject: [PATCH] Add 10 Methods to Bypass Cross Site Request Forgery (CSRF) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ab06b1..d483f8f 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,7 @@ My curated list of awesome links, resources and tools ### Cross-site Request Forgery +- [10 Methods to Bypass Cross Site Request Forgery (CSRF)](https://haiderm.com/10-methods-to-bypass-cross-site-request-forgery-csrf/) - [What is CSRF , Preventions? And How to bypass the CSRF protection via XSS?](https://medium.com/@agrawalsmart7/what-is-csrf-how-to-bypass-the-csrf-protection-via-xss-55695f5789d7) ### SQL Injection