From 95c307fc104ea01f63b575e06773b123e038a1ae Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 15 Mar 2018 16:47:10 +0700 Subject: [PATCH] [Articles][Web Application Security] Brute XSS - Master the art of Cross Site Scripting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12ba3de..5d36e6d 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,10 @@ My curated list of awesome links, resources and tools - [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) +### Cross-site Scripting + +- [BRUTE XSS - Master the art of Cross Site Scripting](https://brutelogic.com.br/blog/) + ### SQL Injection - [MySQL UDF Exploitation](https://osandamalith.com/2018/02/11/mysql-udf-exploitation/)