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

24 lines
375 B
YAML

id: securenvoy-panel
info:
name: SecurEnvoy Admin Login
author: 0xrod
severity: info
tags: panel,securenvoy
requests:
- method: GET
path:
- "{{BaseURL}}/secadmin/"
matchers-condition: and
matchers:
- type: word
words:
- '<base href="/secadmin/">'
part: body
- type: status
status:
- 200