nuclei-templates/exposed-panels/synnefo-admin-panel.yaml

23 lines
380 B
YAML
Raw Normal View History

2021-05-31 09:12:57 +00:00
id: synnefo-admin-panel
2021-05-31 09:27:05 +00:00
info:
2021-05-31 09:12:57 +00:00
name: Synnefo Admin Panel Exposure
author: impramodsargar
severity: info
2021-05-31 09:28:06 +00:00
tags: panel,synnefo
2021-05-31 09:12:57 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/synnefoclient/"
matchers-condition: and
matchers:
2021-05-31 09:27:05 +00:00
- type: word
words:
2021-05-31 09:12:57 +00:00
- '<title>Synnefo Admin</title>'
- type: status
2021-05-31 09:27:05 +00:00
status:
2021-05-31 09:12:57 +00:00
- 200