Skip to content

Supermicro Ipmi - Default Admin Login

ID: supermicro-default-login

Severity: high

Author: For3stCo1d

Tags: supermicro,default-login

Supermicro Ipmi default admin login credentials were successful.

id: supermicro-default-login
info:
name: Supermicro Ipmi - Default Admin Login
author: For3stCo1d
severity: high
description: Supermicro Ipmi default admin login credentials were successful.
reference:
- https://www.gearprimer.com/wiki/supermicro-ipmi-default-username-pasword/
metadata:
max-request: 2
tags: supermicro,default-login
http:
- raw:
- |
POST /cgi/login.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
name={{user}}&pwd={{pass}}
attack: pitchfork
payloads:
user:
- ADMIN
- admin
pass:
- ADMIN
- admin
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'self.location='
- '/cgi/url_redirect.cgi?url_name=mainmenu'
condition: and
- type: status
status:
- 200
# digest: 490a004630440220224a8f2d7ef1c76d1cbae5822504ee5095ad23cde74fb4f25cc3d48cffaa591002200f9f8a967d65325da10ea40a4ffa2139cc57fde67595d329e0e912a8325d6e70:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/supermicro/supermicro-default-login.yaml"

View on Github