mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 14:22:47 +00:00
Add document blacklist bypass
This commit is contained in:
parent
9d07e04de7
commit
39d1c6e7d8
1 changed files with 1 additions and 0 deletions
|
@ -725,6 +725,7 @@ $ echo "<svg^Lonload^L=^Lalert(1)^L>" | xxd
|
|||
|
||||
```javascript
|
||||
<div id = "x"></div><script>alert(x.parentNode.parentNode.parentNode.location)</script>
|
||||
window["doc"+"ument"]
|
||||
```
|
||||
|
||||
### Bypass using javascript inside a string
|
||||
|
|
Loading…
Reference in a new issue