Create steve-login-panel.yaml
parent
4b0b3ce39a
commit
e65da57936
|
@ -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>"
|
Loading…
Reference in New Issue