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

28 lines
471 B
YAML
Raw Normal View History

2021-07-29 12:46:30 +00:00
id: cerebro-panel
info:
name: Cerebro Panel
2021-07-29 17:32:10 +00:00
author: huowuzhao,elder tao
2021-09-28 21:10:45 +00:00
severity: info
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>"