2021-12-31 12:27:46 +00:00
|
|
|
id: ems-webclient-panel
|
|
|
|
|
|
|
|
info:
|
2022-11-15 16:28:37 +00:00
|
|
|
name: EMS Web Client Login Panel - Detect
|
2021-12-31 12:27:46 +00:00
|
|
|
author: pussycat0x,daffainfo
|
|
|
|
severity: info
|
2022-11-15 16:28:37 +00:00
|
|
|
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
|
2021-12-31 12:27:46 +00:00
|
|
|
metadata:
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: inurl:EMSWebClient/
|
2021-12-31 12:27:46 +00:00
|
|
|
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:
|
2022-11-15 16:28:37 +00:00
|
|
|
- 'Web Client Version (.*)</span>'
|
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/14
|