2021-07-29 12:46:30 +00:00
|
|
|
id: cerebro-panel
|
2021-07-29 07:09:54 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-08 20:55:31 +00:00
|
|
|
name: Cerebro Login Panel - Detect
|
2021-07-29 17:32:10 +00:00
|
|
|
author: huowuzhao,elder tao
|
2021-09-28 21:10:45 +00:00
|
|
|
severity: info
|
2022-11-08 20:55:31 +00:00
|
|
|
description: Cerebro login panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/lmenezes/cerebro
|
2022-11-08 20:55:31 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: panel,cerebro
|
2021-07-29 07:09:54 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-29 07:09:54 +00:00
|
|
|
- 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>"
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 4a0a00473045022100c06c3149b0efc032b346a380addcb0c291bb5efcd6f944728490eb510c5ee70302200655fbe2c7c9c5c54f409ff8a959b765f54bd8b1226574664083d5a2b4fa5ca7:922c64590222798bb761d5b6d8e72950
|