nuclei-templates/exposed-panels/ems-webclient-panel.yaml

42 lines
866 B
YAML

id: ems-webclient-panel
info:
name: EMS Web Client Login Panel - Detect
author: pussycat0x,daffainfo
severity: info
description: EMS Web Client login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
google-query: inurl:EMSWebClient/
tags: panel,ems
requests:
- method: GET
path:
- "{{BaseURL}}/emswebclient/Login.aspx"
- "{{BaseURL}}/Login.aspx"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "EMS Web Client - Login"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Web Client Version (.*)</span>'
# Enhanced by md on 2022/11/14