From 799e2454e329861954a99bd89df01753aa9de825 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Fri, 17 May 2019 10:55:53 -0400 Subject: [PATCH] Update xss_vectors.md --- web_application_testing/xss_vectors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_application_testing/xss_vectors.md b/web_application_testing/xss_vectors.md index 2db1223..b12aad9 100644 --- a/web_application_testing/xss_vectors.md +++ b/web_application_testing/xss_vectors.md @@ -1,5 +1,6 @@ # A collection of XSS vectors +``` javascript:alert(1); javascript:alert(1); javascript:alert(1); @@ -666,7 +667,7 @@ http://www. Click Me - +``` ## OWASP XSS Evasion Cheat Sheet https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet