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
|
|
|
|
cwe-id: CWE-200
|
2021-12-31 12:27:46 +00:00
|
|
|
metadata:
|
2024-04-08 11:34:33 +00:00
|
|
|
max-request: 2
|
2024-06-07 10:04:29 +00:00
|
|
|
google-query: inurl:EMSWebClient/
|
2021-12-31 12:27:46 +00:00
|
|
|
tags: panel,ems
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-31 12:27:46 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/emswebclient/Login.aspx"
|
|
|
|
- "{{BaseURL}}/Login.aspx"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-12-31 12:27:46 +00:00
|
|
|
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>'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a0047304502204b03859673af444ed70f804498b0a6948b3887530f743dfd9428de0994ad14aa022100cf9eac5ba5f87206dcf0f843106591cc45ce206269e7696c7526f6728fc87739:922c64590222798bb761d5b6d8e72950
|