2021-07-29 12:46:30 +00:00
|
|
|
id: cerebro-panel
|
2021-07-29 07:09:54 +00:00
|
|
|
|
|
|
|
info:
|
2021-07-29 12:46:02 +00:00
|
|
|
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
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/lmenezes/cerebro
|
2021-07-29 12:46:02 +00:00
|
|
|
tags: panel,cerebro
|
2021-07-29 07:09:54 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-07-29 12:38:08 +00:00
|
|
|
- "{{BaseURL}}/login"
|
|
|
|
|
2021-07-29 07:09:54 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-29 12:38:08 +00:00
|
|
|
- "<title>Cerebro</title>"
|
|
|
|
part: body
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
2021-07-29 07:09:54 +00:00
|
|
|
part: body
|
2021-07-29 12:38:08 +00:00
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<small>([a-z0-9.]+)</small>"
|