Create moodle-installation-exposed.yaml
parent
a326344c5e
commit
283367fa7f
|
@ -0,0 +1,34 @@
|
||||||
|
id: moodle-installation-exposed
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Moodle Installation Exposed
|
||||||
|
author: tess
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"Installation Moodle"
|
||||||
|
tags: misconfig,moodle,exposure,installer
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/install.php'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>Installation - Moodle"
|
||||||
|
- "Installation</h1>"
|
||||||
|
- "Choose a language"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "text/html"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue