Merge pull request #9304 from righettod/moodleworkplace_add

Add detection of Moodle Workplace login panel instances.
patch-1
pussycat0x 2024-03-09 22:34:56 +05:30 committed by GitHub
commit 71d8c40acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: moodle-workplace-panel
info:
name: Moodle Workplace Login Panel - Detect
author: righettod
severity: info
description: |
Moodle workplace login panel was detected.
reference:
- https://moodle.com/solutions/workplace/
metadata:
max-request: 1
verified: true
shodan-query: http.html:"moodle"
tags: panel,moodle,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login/index.php"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(body, "content=\"moodle", "\"name\":\"moodle\"") && contains(body, "workplace")'
condition: and