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

31 lines
594 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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: panel,securenvoy
2021-05-28 06:29:09 +00:00
http:
2021-05-28 06:29:09 +00:00
- 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