nuclei-templates/http/miscellaneous/moodle-changelog.yaml

34 lines
786 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 has a file which describes API changes in core libraries and APIs, and can be used to discover Moodle version.
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: misc,moodle
2021-02-26 15:49:47 +00:00
http:
2021-02-26 15:49:47 +00:00
- 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
2022-01-28 10:24:49 +00:00
part: header
2021-02-26 15:49:47 +00:00
words:
- "text/plain"
- type: status
status:
- 200