Skip to content

EWM Manager Login Panel - Detect

ID: ewm-manager-panel

Severity: info

Author: pussycat0x

Tags: ewm,manager,login,panel

EWM Manager login panel was detected.

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:
verified: true
max-request: 1
shodan-query: http.title:"EWM Manager"
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: 4a0a00473045022100a415d2fff4bd1c356b822fa2c4835d4201c550044dcd26ab63f7ae1bdc0bb0fe02203db4d26553c378710c905ef8bdd281c2a1f0d70d053debc7cb782ea67ace7934:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ewm-manager-panel.yaml"

View on Github