nuclei-templates/exposed-panels/securenvoy-panel.yaml

31 lines
601 B
YAML
Raw Normal View History

2021-05-28 06:29:09 +00:00
id: securenvoy-panel
info:
name: SecurEnvoy Admin Login Panel - Detect
2021-05-28 06:29:09 +00:00
author: 0xrod
severity: info
description: SecurEnvoy admin 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
cvss-score: 0.0
cwe-id: CWE-200
2022-01-03 16:06:23 +00:00
tags: panel,securenvoy
2021-05-28 06:29:09 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/secadmin/"
matchers-condition: and
matchers:
- type: word
words:
- '<base href="/secadmin/">'
part: body
- type: status
status:
2022-01-03 16:06:23 +00:00
- 200
# Enhanced by md on 2023/01/09