Create moodle-installation-exposed.yaml

patch-1
Arman 2022-10-27 23:24:20 -04:00 committed by GitHub
parent a326344c5e
commit 283367fa7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -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