상세 컨텐츠

본문 제목

Generate Supermicro Bios Update Key

카테고리 없음

by cirtorita1987 2020. 10. 9. 08:26

본문



Permalink

  1. Supermicro Bios Update Tool
  2. Supermicro Update Manager
  3. Supermicro Bios Key

Join GitHub today

Sso registration application. GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Branch:master

To download software please provide required information below: Note: The email address must belong to your company's domain. (. denotes required fields) First Name. Crypkey site key generator download.

Find file Copy path
1 contributor

Update

#!/usr/bin/perl
use strict;
use Digest::SHA qw(hmac_sha1 hmac_sha1_hex);
my$key='8544E3B47ECA58F9583043F8';
my$mac=$ARGV[0];
die'Usage: supermicro-ipmi-key <MAC>'unless$mac;
subcalculate_key {
my ($data, $key) = mappack('H*', $_), @_;
hmac_sha1_hex($data, $key);
}
if ($mac =~ /^([da-zA-z][da-zA-z]:){5}[da-zA-z][da-zA-z]$/ ){
$mac =~ s/://g;
my$license_key = substr(calculate_key($mac, $key), 0, 24);
for (my$i=0; $i<24; $i+=4){
printsubstr($license_key, $i, 4).'';
}
print'n';
} else {
print'Invalid mac address: $macn';
}
  • Copy lines
  • Copy permalink

Supermicro Bios Update Tool

Generate

Discussion in 'Processors and Motherboards' started by BLinux, Dec 19, 2018.

Forum Title Date
Processors and Motherboards SuperMicro IPMI BIOS Updating - License needed? Jul 20, 2016
Processors and Motherboards Supermicro SM Bus Controller Yesterday at 10:29 AM
Processors and Motherboards Supermicro H12SSL boards listed on website Wednesday at 11:57 PM
Processors and Motherboards Supermicro X9QR7-TF+. Any luck building a workstation out of it? Tuesday at 10:22 PM
Processors and Motherboards Supermicro M11SDV - CPU Cooler AM4 compatible? Tuesday at 4:33 AM

Supermicro Update Manager

Supermicro Bios Key