diff --git a/web_application_testing/xss_vectors.md b/web_application_testing/xss_vectors.md index 2db12230ef..b12aad9c40 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