Update and rename dell-remote-power-management-detect.yaml to dell-dpi-panel.yaml
parent
fbfe143115
commit
8e7133ba1a
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue