nuclei-templates/default-logins/digitalrebar/digitalrebar-default-login....

41 lines
840 B
YAML
Raw Normal View History

id: digitalrebar-default-login
info:
name: RackN Digital Rebar provision default login
author: c-sh0
severity: high
2022-03-05 08:02:57 +00:00
reference: https://docs.rackn.io/en/latest/doc/faq-troubleshooting.html?#what-are-the-default-passwords
tags: rackn,digitalrebar,default-login
requests:
- raw:
- |
GET /api/v3/users HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
payloads:
username:
- rocketskates
password:
- r0cketsk8ts
2022-03-05 08:02:57 +00:00
attack: pitchfork
matchers-condition: and
matchers:
- type: status
status:
- 200
2022-03-05 08:02:57 +00:00
- type: regex
part: header
2022-03-05 08:02:57 +00:00
regex:
- '(?i)(X-Drp-)'
- type: word
part: body
words:
- 'Name'
- 'Secret'
condition: and