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

27 lines
456 B
YAML
Raw Normal View History

id: cerebro-panel
info:
name: Cerebro Panel
author: elder tao
severity: high
reference: https://github.com/lmenezes/cerebro
tags: panel,cerebro
requests:
- method: GET
path:
2021-07-29 12:38:08 +00:00
- "{{BaseURL}}/login"
matchers:
- type: word
words:
2021-07-29 12:38:08 +00:00
- "<title>Cerebro</title>"
part: body
extractors:
- type: regex
part: body
2021-07-29 12:38:08 +00:00
group: 1
regex:
- "<small>([a-z0-9.]+)</small>"