Update and rename dell-remote-power-management-detect.yaml to dell-dpi-panel.yaml

patch-1
Ritik Chaddha 2023-11-03 16:43:22 +05:30 committed by GitHub
parent fbfe143115
commit 8e7133ba1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 25 deletions

View File

@ -0,0 +1,28 @@
id: dell-dpi-panel
info:
name: Dell DPI Remote Power Management - Detect
author: megamansec
severity: info
description: |
The Dell Metered Rack Power Distribution Unit distributes power to a server rack and are installed at the rear of a rack enclosure.
tags: tech,dell,dpi,rpm
http:
- method: GET
path:
- "{{BaseURL}}/index2.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="DELL DPI Remote Power Management'
- '<TITLE>DELL DPI Remote Power Management'
condition: or
case-insensitive: true
- type: status
status:
- 200

View File

@ -1,25 +0,0 @@
id: dell-remote-power-management-detect
info:
name: Detect Dell DPI Remote Power Management
author: megamansec
severity: info
description: The Dell Metered Rack Power Distribution Unit distributes power to a server rack and are installed at the rear of a rack enclosure.
tags: tech,dell
requests:
- method: GET
path:
- "{{BaseURL}}/index2.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- 'title="DELL DPI Remote Power Management">'
- 'If browser not support "FRAME", will get this message.'
condition: and