36 lines
981 B
YAML
36 lines
981 B
YAML
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
|
|
tags: misc,moodle
|
|
|
|
http:
|
|
- 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
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502200f28d403d22c45084afedea5c69986a6bff0c4e13a36f2023a48f17086d2776d022100e73a0854fbd4f7a62389139be32433a6e55c4fad6ab4f65f36b035de4e689914:922c64590222798bb761d5b6d8e72950
|