Skip to content

Eset Protect Login Panel - Detect

ID: eset-protect-panel

Severity: info

Author: Charles D.

Tags: login,eset,panel,detect

Login page for Eset Protect

id: eset-protect-panel
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:
verified: true
max-request: 1
shodan-query: http.favicon.hash:751911084
tags: login,eset,panel,detect
http:
- method: GET
path:
- "{{BaseURL}}/era/webconsole/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ESET PROTECT"
- "window.eset"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'displayVersion: "([0-9.]+)",'
# digest: 4a0a004730450221008381e3edc6b4db8de95738a44f1e1a254348b7095c73aef0893095642b40c761022056d600f6b948f5fa4f2ee11163d6447a1b65b61d1ccb895a5484ac68f00687e9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/eset-protect-panel.yaml"

View on Github