44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
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
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:ems_project:ems:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
google-query: inurl:EMSWebClient/
|
|
product: ems
|
|
vendor: ems_project
|
|
tags: panel,ems
|
|
|
|
http:
|
|
- 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>'
|
|
# digest: 4a0a00473045022042afdf912098606bd9418ee1fdd8b73918c3bcb13a2c9e4d343fd40453e819e2022100dabf3ff15332317096056f498c3aad055c51c411d7af8b4c9518da91587c5db1:922c64590222798bb761d5b6d8e72950 |