Create steve-login-panel.yaml

patch-1
clem9669 2022-10-26 16:04:34 +00:00 committed by GitHub
parent 4b0b3ce39a
commit e65da57936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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
classification:
cwe-id: CWE-200
metadata:
shodan-query: http.title:"SteVe - Steckdosenverwaltung"
google-query: intitle:"SteVe - Steckdosenverwaltung"
tags: panel,login
requests:
- method: GET
path:
- "{{BaseURL}}/steve/manager/signin"
- "{{BaseURL}}/manager/signin"
stop-at-first-match: true
redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>SteVe - Steckdosenverwaltung</title>"