nuclei-templates/default-logins/ibm/ibm-storage-default-credent...

52 lines
1.2 KiB
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: ibm-storage-default-login
2021-06-26 08:12:00 +00:00
info:
2021-09-22 10:37:07 +00:00
name: IBM Storage Management Default Login
2021-06-26 08:12:00 +00:00
author: madrobot
severity: high
description: IBM Storage Management default admin login credentials were discovered.
reference:
- https://www.ibm.com/docs/en/power-sys-solutions/0008-ESS?topic=5148-starting-elastic-storage-server-management-server-gui
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
tags: default-login,ibm,storage
2021-06-26 08:12:00 +00:00
requests:
- raw:
- |
POST /0/Authenticate HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
2021-06-26 08:12:00 +00:00
Content-Type: application/x-www-form-urlencoded
j_username={{username}}&j_password={{password}}&continue=&submit=submit+form
payloads:
username:
- admin
password:
- admin
attack: pitchfork
2021-06-26 08:12:00 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "/0/Console"
- "Property of IBM"
condition: and
2021-07-26 11:12:17 +00:00
2021-06-26 08:12:00 +00:00
part: body
- type: word
words:
- "JSESSIONID"
2021-07-26 11:12:17 +00:00
2021-06-26 08:12:00 +00:00
part: header
- type: status
status:
- 200
# Enhanced by mp on 2022/03/10