From 2860dea43706b7de127ab5a5c1b558ae7af3bd93 Mon Sep 17 00:00:00 2001 From: Boik Date: Fri, 2 Feb 2018 21:17:48 +0800 Subject: [PATCH] add an article regarding CSRF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f16549..d0b44e9 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ And don't forget to check out my [repos](https://github.com/qazbnm456) 🐾 or s ### CSRF * [Neat tricks to bypass CSRF-protection](https://zhuanlan.zhihu.com/p/32716181) - Written by [Twosecurity](https://twosecurity.io/). +* [Exploiting CSRF on JSON endpoints with Flash and redirects](https://blog.appsecco.com/exploiting-csrf-on-json-endpoints-with-flash-and-redirects-681d4ad6b31b) - Written by [@riyazwalikar](https://blog.appsecco.com/@riyazwalikar). ### Remote Code Execution