32 lines
993 B
YAML
32 lines
993 B
YAML
id: supermicro-bmc-panel
|
|
|
|
info:
|
|
name: Supermicro BMC Login Panel
|
|
author: idealphase
|
|
severity: info
|
|
description: baseboard management controller (BMC) which provides an efficient interface that enables IT administrators to manage the health of the server through temperature/voltage readings and common server maintenance tasks like BIOS upgrades and debug OS remotely through KVM consoles.
|
|
reference:
|
|
- https://www.supermicro.com/en
|
|
- https://www.supermicro.com/en/solutions/management-software/bmc-resources
|
|
- https://www.supermicro.com/white_paper/IPMI_white_paper.pdf
|
|
metadata:
|
|
shodan-query: http.title:"Supermicro BMC Login"
|
|
google-dork: intitle:"Supermicro BMC Login"
|
|
tags: panel,supermicro,bmc
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Supermicro BMC Login</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|