Skip to content

SecurEnvoy Login Panel - Detect

ID: securenvoy-panel

Severity: info

Author: 0xrod,righettod

Tags: panel,securenvoy

SecurEnvoy login panel was detected.

id: securenvoy-panel
info:
name: SecurEnvoy Login Panel - Detect
author: 0xrod,righettod
severity: info
description: SecurEnvoy login panel was detected.
reference:
- https://securenvoy.com/
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:
max-request: 4
shodan-query: http.title:"securenvoy"
tags: panel,securenvoy
http:
- method: GET
path:
- '{{BaseURL}}/secadmin/'
- '{{BaseURL}}/securenvoy/'
- '{{BaseURL}}/secenrol/'
- '{{BaseURL}}/RDWeb'
matchers-condition: and
matchers:
- type: word
words:
- '<base href="/secadmin/">'
- 'SecurEnvoy Portal'
- 'SecurEnvoy Tokenless Authentication'
- 'Manage My Token : Authentication'
part: body
- type: status
status:
- 200
# digest: 490a00463044022003f040f4d327da2ace222aec02dbe000a0efecbf42ce7c6c10910c3e653affcd0220265392031aea756f3434e148f2684146aaed0f66a247d043d4e3c96fa0e95b2f: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/securenvoy-panel.yaml"

View on Github