Merge pull request #5898 from tess-ss/patch-49

Create moodle-installation-exposed.yaml
patch-1
Dhiyaneshwaran 2022-10-31 23:18:17 +05:30 committed by GitHub
commit 5ec2d08841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: moodle-installer
info:
name: Moodle Installation Exposure
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"Installation Moodle"
tags: misconfig,moodle,install,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Installation - Moodle"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200