⇤ ← Revision 1 as of 2019-07-19 07:08:01
Size: 178
Comment:
|
Size: 486
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