nuclei-templates/http/default-logins/steve/steve-default-login.yaml

70 lines
1.5 KiB
YAML

id: steve-default-login
info:
name: SteVe Login Panel - Detect
author: clem9669
severity: info
description: |
SteVe login panel was detected.
reference:
- https://github.com/steve-community/steve
- https://github.com/steve-community/steve/blob/e42ddcf1acf6c4ad2287bb466b2d3550663ce978/src/main/resources/config/test/main.properties
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:
max-request: 2
verified: true
shodan-query: http.title:"SteVe - Steckdosenverwaltung"
google-query: intitle:"SteVe - Steckdosenverwaltung"
tags: panel,default-login,steve
http:
- raw:
- |
GET /steve/manager/signin HTTP/1.1
Host: {{Hostname}}
- |
POST /steve/manager/signin HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}&_csrf={{csrf}}
attack: clusterbomb
payloads:
username:
- admin
password:
- 1234
req-condition: true
redirects: true
max-redirects: 2
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body_2
words:
- "<a>DATA MANAGEMENT"
- "SIGN OUT</a>"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
name: csrf
group: 1
regex:
- '_csrf" value="(.*?)"/>'
internal: true