nuclei-templates/http/exposed-panels/dell-bmc-panel-detect.yaml

34 lines
687 B
YAML
Raw Normal View History

2023-08-23 13:11:03 +00:00
id: dell-bmc-panel
2023-08-22 22:51:23 +00:00
info:
2023-08-23 13:11:03 +00:00
name: Dell BMC Panel - Detect
2023-08-22 22:51:23 +00:00
author: megamansec
severity: info
2023-08-23 13:11:03 +00:00
description: |
Dell BMC web panel was detected.
2023-08-22 22:51:23 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
2023-08-22 22:51:23 +00:00
cwe-id: CWE-200
metadata:
2023-10-14 11:27:55 +00:00
verified: true
2023-08-22 22:51:23 +00:00
max-request: 1
2023-08-23 13:11:03 +00:00
shodan-query: title:"Dell Remote Management Controller"
tags: panel,bmc,dell,login
2023-08-22 22:51:23 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/login.html"
2023-08-24 02:29:57 +00:00
matchers-condition: and
2023-08-22 22:51:23 +00:00
matchers:
- type: word
part: body
words:
2023-08-22 22:58:46 +00:00
- "<title>Dell Remote Management Controller</title>"
2023-08-23 13:11:03 +00:00
- type: status
status:
2023-08-24 02:29:57 +00:00
- 200