mirror of
https://github.com/carlospolop/hacktricks.git
synced 2023-12-14 19:12:55 +01:00
GitBook: [master] one page modified
This commit is contained in:
parent
4599752adc
commit
c306c23a1d
1 changed files with 4 additions and 1 deletions
|
@ -418,9 +418,12 @@ This can be **abused** using: `${alert(1)}`
|
|||
|
||||
### Encoded code execution
|
||||
|
||||
```javascript
|
||||
```markup
|
||||
<script>\u0061lert(1)</script>
|
||||
<svg><script>alert('1')
|
||||
<svg><script>alert(1)</script></svg> <!-- The svg tags are neccesary
|
||||
<iframe srcdoc="<SCRIPT>alert(1)</iframe>">
|
||||
|
||||
```
|
||||
|
||||
### JavaScript bypass blacklists techniques
|
||||
|
|
Loading…
Reference in a new issue