Endpoint Protector Login Panel - Detect
ID: endpoint-protector-panel
Severity: info
Author: pussycat0x
Tags: panel,endpoint,login,detect,endpoint-protector
Description
Section titled “Description”Endpoint Protector - Reporting and Administration Tool login panel was detected.
YAML Source
Section titled “YAML Source”id: endpoint-protector-panel
info: name: Endpoint Protector Login Panel - Detect author: pussycat0x severity: info description: | Endpoint Protector - Reporting and Administration Tool login panel was detected. classification: cpe: cpe:2.3:a:cososys:endpoint_protector:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: cososys product: endpoint_protector shodan-query: http.title:"Endpoint Protector" tags: panel,endpoint,login,detect,endpoint-protector
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word words: - "Endpoint Protector - Reporting and Administration Tool"
- type: status status: - 200# digest: 4b0a0048304602210093b4d35fdb5fdf00263607de00d8e422d4dd76a9debe839ddc5990be93357d1f022100ce4df49ef6ada434fe2e9654700155b37836313c374a1f5d06cc8d03d095d17a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/endpoint-protector-panel.yaml"