added matcher and fixed spacing
parent
43804209d2
commit
f0e02adc86
|
@ -1,17 +1,20 @@
|
||||||
id: dell-bmc-panel-detect
|
id: dell-bmc-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Dell BMC Web Panel - Detect
|
name: Dell BMC Panel - Detect
|
||||||
author: megamansec
|
author: megamansec
|
||||||
severity: info
|
severity: info
|
||||||
description: Dell BMC web panel was detected.
|
description: |
|
||||||
|
Dell BMC web panel was detected.
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||||
cvss-score: 0.0
|
cvss-score: 0.0
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
tags: panel,bmc,dell
|
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
shodan-query: title:"Dell Remote Management Controller"
|
||||||
|
verified: true
|
||||||
|
tags: panel,bmc,dell,login
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -23,3 +26,7 @@ http:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<title>Dell Remote Management Controller</title>"
|
- "<title>Dell Remote Management Controller</title>"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue