From 116263b240af7d3b0ca16474bf1357a414d1174f Mon Sep 17 00:00:00 2001 From: Boik Date: Fri, 8 Dec 2017 18:36:14 +0800 Subject: [PATCH] add an article about XSS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec08a17..2fa1f71 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt ### XSS - Cross-Site Scripting +* [Cross-Site Scripting – Application Security – Google](https://www.google.com/intl/sw/about/appsecurity/learning/xss/) - Introduction to XSS by [Google](https://www.google.com/). * [H5SC](https://github.com/cure53/H5SC) - HTML5 Security Cheatsheet - Collection of HTML5 related XSS attack vectors by [@cure53](https://github.com/cure53). * [XSS.png](https://github.com/jackmasa/XSS.png) - XSS mind map by [@jackmasa](https://github.com/jackmasa). * [C.XSS Guide](https://excess-xss.com/) - Comprehensive tutorial on cross-site scripting by [@JakobKallin](https://github.com/JakobKallin) and [Irene Lobo Valbuena](https://www.linkedin.com/in/irenelobovalbuena/).