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

35 lines
688 B
YAML
Raw Normal View History

2021-07-29 12:46:30 +00:00
id: cerebro-panel
info:
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
description: Cerebro login panel was detected.
reference:
- https://github.com/lmenezes/cerebro
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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>"
# Enhanced by md on 2022/11/02