2024-03-08 05:49:30 +00:00
|
|
|
id: eset-protect-panel
|
2024-03-07 05:03:58 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Eset Protect Login Panel - Detect
|
|
|
|
author: Charles D.
|
|
|
|
severity: info
|
|
|
|
description: Login page for Eset Protect
|
|
|
|
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
|
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-03-08 05:49:30 +00:00
|
|
|
shodan-query: http.favicon.hash:751911084
|
|
|
|
tags: login,eset,panel,detect
|
2024-03-07 05:03:58 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/era/webconsole/"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "ESET PROTECT"
|
2024-03-08 05:49:30 +00:00
|
|
|
- "window.eset"
|
|
|
|
condition: or
|
2024-03-07 05:03:58 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2024-03-08 05:49:30 +00:00
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'displayVersion: "([0-9.]+)",'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4b0a004830460221008e82db66cead12e5cdd8483f2c5710068c965f37cebb45f8e4a28793cc2fbb9f022100f130fa71e5534e9cf55e35532257b37abcfe1360200a1714558336ce058eb80b:922c64590222798bb761d5b6d8e72950
|