nuclei-templates/miscellaneous/moodle-changelog.yaml

32 lines
749 B
YAML
Raw Normal View History

2021-02-26 15:49:47 +00:00
id: moodle-changelog-file
info:
name: Moodle Changelog File
author: oppsec
severity: info
description: Moodle have a file which describes API changes in core libraries and APIs, can be used to discover Moodle version.
2021-04-01 18:35:08 +00:00
tags: misc
2021-02-26 15:49:47 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/lib/upgrade.txt"
matchers-condition: and
matchers:
- type: word
words:
- "This files describes API changes in core libraries and APIs,"
- "information provided here is intended especially for developers."
- "new my moodle and profiles API"
condition: and
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200