nuclei-templates/exposed-panels/steve-login-panel.yaml

42 lines
915 B
YAML

id: steve-login-panel
info:
name: SteVe Login Panel - Detect
author: clem9669
severity: info
description: |
SteVe login panel was detected.
reference:
- https://github.com/steve-community/steve
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
metadata:
verified: true
shodan-query: http.title:"SteVe - Steckdosenverwaltung"
google-query: intitle:"SteVe - Steckdosenverwaltung"
tags: panel,steve
requests:
- method: GET
path:
- "{{BaseURL}}/manager/signin"
- "{{BaseURL}}/steve/manager/signin"
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SteVe - Steckdosenverwaltung'
- type: status
status:
- 200
# Enhanced by md on 2023/01/14