Requirement:- You need Python 2.x to run these generators. More information available here: http://dogber1.blogspot.com/2009/05/table-of-reverse-engineered-bios.html
Vendor | Hash Encoding | Example of Hash Code/Serial | Scripts |
---|---|---|---|
Asus | Machine Date | 01-01-2011 | pwgen-asus.py |
Compaq | 5 decimal digits | 12345 | pwgen-5dec.py / Windows binary |
Dell | serial number | 1234567-595B 1234567-D35B 1234567-2A7B | bios-pw.org |
Fujitsu-Siemens | 5 decimal digits | 12345 | pwgen-5dec.py / Windows binary |
Fujitsu-Siemens | 8 hexadecimal digits | DEADBEEF | pwgen-fsi-hex.py / Windows binary |
Fujitsu-Siemens | 5x4 hexadecimal digits | AAAA-BBBB-CCCC-DEAD-BEEF | pwgen-fsi-hex.py /Windows binary |
Fujitsu-Siemens | 5x4 decimal digits | 1234-4321-1234-4321-1234 | pwgen-fsi-5x4dec.py / Windows binary |
Fujitsu-Siemens | 6x4 decimal digits | 8F16-1234-4321-1234-4321-1234 | pwgen-fsi-6x4dec.py |
Hewlett-Packard | 5 decimal digits | 12345 | pwgen-5dec.py / Windows binary |
Hewlett-Packard/Compaq Netbooks | 10 characters | CNU1234ABC | pwgen-fsi-hex.py / Windows binary |
Insyde H20 (generic) | 8 decimal digits | 03133610 | pwgen-insyde.py / Windows binary |
Phoenix (generic) | 5 decimal digits | 12345 | pwgen-5dec.py / Windows binary |
Sony | 4x4 hexadecimal digits | 1234-1234-1234-1234 | pwgen-sony-4x4.py |
Sony | 7 digit serial number | 1234567 | pwgen-sony-serial.py / Windows binary |
Samsung | 12 hexadecimal digits | 07088120410C0000 | pwgen-samsung.py / Windows binary |
git clone https://github.com/dogbert/bios-pwgen
$ python2 pwgen-fsi-6x4dec.py 0270-4075-0139-2561-3565-3043
Master Password Generator for FSI laptops (6x4 digits version)
Copyright (C) 2013 dogbert <dogber1@gmail.com>
When asked for a password, enter these:
First password: 3hqgo3
Second password: jqw534
Third password: 0qww294e
You will receive a hash code with five blocks, each with four numbers,
e.g. 1234-4321-1234-4321-1234
Please enter the hash:
0270-4075-0139-2561-3565-3043
The master password is: 483tv06q
Please note that the password is encoded for US QWERTY keyboard layouts.