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

38 lines
772 B
YAML
Raw Normal View History

2021-07-26 11:12:17 +00:00
id: ibm-storage-default-credential
2021-06-26 08:12:00 +00:00
info:
name: IBM Storage Management default creds
author: madrobot
severity: medium
2021-07-26 11:12:17 +00:00
tags: default-login,ibm
2021-06-26 08:12:00 +00:00
requests:
- raw:
- |
POST /0/Authenticate HTTP/1.1
Host: {{Hostname}}
Origin: http://{{Hostname}}
Content-Length: 62
Content-Type: application/x-www-form-urlencoded
Connection: close
j_username=admin&j_password=admin&continue=&submit=submit+form
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