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

36 lines
876 B
YAML

id: steve-login-panel
info:
name: SteVe Login Panel
author: clem9669
severity: info
description: |
The aim of SteVe is to support the deployment and popularity of electric mobility. SteVe provides basic functions for the administration of charge points.
reference:
- https://github.com/steve-community/steve
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