nuclei-templates/default-logins/dell/dell-idrac-default-login.yaml

28 lines
687 B
YAML
Raw Normal View History

2021-02-25 22:31:38 +00:00
id: dell-idrac-default-login
info:
2021-02-26 18:49:21 +00:00
name: Dell iDRAC6/7/8 Default login
2021-02-25 22:31:38 +00:00
author: kophjager007
severity: high
2021-04-06 08:15:46 +00:00
tags: dell,idrac,default-login
2021-02-25 22:31:38 +00:00
requests:
- method: POST
cookie-reuse: true
path:
- "{{BaseURL}}/data/login"
body: "user=root&password=calvin"
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36
Content-Type: application/x-www-form-urlencode
Referer: "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: status
status:
2021-02-26 13:11:33 +00:00
- 200
- type: word
words:
2021-02-26 18:49:21 +00:00
- <authResult>0</authResult>