Differences between revisions 1 and 2
Revision 1 as of 2019-07-19 07:08:01
Size: 178
Editor: SamatJain
Comment:
Revision 2 as of 2019-07-31 06:42:24
Size: 486
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== IPMI ==

 * [[https://peterkleissner.com/2018/05/27/reverse-engineering-supermicro-ipmi/|Reverse Engineering Supermicro IPMI]]

{{{#!highlight sh numbers=off
echo -n 'bmc-mac' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24
}}}

Modifications

IPMI

echo -n 'bmc-mac' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24

SamatsWiki: SupermicroX10SDV (last edited 2021-08-12 03:52:35 by SamatJain)