From cb1c3ab50fc67cc2d10a3f3061869197005df450 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 15 Mar 2018 16:53:05 +0700 Subject: [PATCH] [Articles][Web Application Security] XSS Cheat Sheet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d36e6d..61368b9 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ My curated list of awesome links, resources and tools ### Cross-site Scripting - [BRUTE XSS - Master the art of Cross Site Scripting](https://brutelogic.com.br/blog/) +- [XSS Cheat Sheet](https://leanpub.com/xss) ### SQL Injection