SteVe Login Panel - Detect
ID: steve-login-panel
Severity: info
Author: clem9669
Tags: panel,steve
Description
Section titled “Description”SteVe login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:steve-community:steve:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 shodan-query: http.title:"SteVe - Steckdosenverwaltung" google-query: intitle:"SteVe - Steckdosenverwaltung" product: steve vendor: steve-community tags: panel,steve
http: - 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# digest: 4a0a0047304502200b51fade58b8e8017fb0708affd314a004ff9a8890a4914aafd38bafcdd14832022100cb3ff3689a306498e017d1c989ba1d692e229c327b13ec45c007c9c363c2685d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/steve-login-panel.yaml"