38 lines
928 B
YAML
38 lines
928 B
YAML
id: ewm-manager-panel
|
|
|
|
info:
|
|
name: EWM Manager Login Panel - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: EWM Manager login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"EWM Manager"
|
|
verified: true
|
|
tags: ewm,manager,login,panel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wfc/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<TITLE>EWM Manager"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "EWM Manager ([0-9.]+)"
|
|
# digest: 490a00463044022037557037be6b74d790028d6d0578dd8f6b0bde2445aba8bd18512bb682f6cebd022008a279a43e361ea0a2e1a2071689cbb826eb3c0142e67e9c988d9b86b8633975:922c64590222798bb761d5b6d8e72950 |