Badcaps.net Forum
Go Back   Badcaps Forums > Troubleshooting Hardware & Devices and Electronics Theory > Troubleshooting Laptops, Tablets, and Mobile Devices > BIOS Requests ONLY!
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
Thread Tools Display Modes
Old 03-28-2022, 09:57 AM   #41
Guru_5034
New Member
 
Join Date: Oct 2021
City & State: mumbai
My Country: India
I'm a: Knowledge Seeker
Posts: 7
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by EineWildeStehlampe View Post
As a lot of older firmware images use the well known, incredibly secure AMI XOR key to encode the supervisor password in the firmware image, I wrote a small Python tool to automate the process of searching through the image and decrypting the key. It is far from perfect but works well enough for me to share.

The tool uses UEFIExtract to dump the entire image, naively search for a folder ending in "AMITSEDecrypt", iterate through the body.bin to find all possible hashes stored in there, decrypt them with the XOR key, remove every second byte, then convert to ASCII.

Usage: python3 AMITSEDecrypt <Path/to/image.bin>

Hope it'll be of use to someone and excuse my horrible Python skills.
Sir this Error come how to solve?
Thank you sir
Attached Images
File Type: jpg -6201988103648948134_121.jpg (70.1 KB, 224 views)
Guru_5034 is offline   Reply With Quote
Old 05-04-2022, 07:25 AM   #42
haritvr
Member
 
Join Date: Nov 2016
City & State: Chennai
My Country: India
I'm a: Knowledge Seeker
Posts: 22
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by BootLoader1 View Post
Working, working, but I forgot about this case. Now fixed and working well.
great job dear
haritvr is offline   Reply With Quote
Old 05-04-2022, 09:57 PM   #43
haritvr
Member
 
Join Date: Nov 2016
City & State: Chennai
My Country: India
I'm a: Knowledge Seeker
Posts: 22
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by EineWildeStehlampe View Post
As a lot of older firmware images use the well known, incredibly secure AMI XOR key to encode the supervisor password in the firmware image, I wrote a small Python tool to automate the process of searching through the image and decrypting the key. It is far from perfect but works well enough for me to share.

The tool uses UEFIExtract to dump the entire image, naively search for a folder ending in "AMITSEDecrypt", iterate through the body.bin to find all possible hashes stored in there, decrypt them with the XOR key, remove every second byte, then convert to ASCII.

Usage: python3 AMITSEDecrypt <Path/to/image.bin>

Hope it'll be of use to someone and excuse my horrible Python skills.
Hi its useful for ami bios only??
haritvr is offline   Reply With Quote
Old 05-05-2022, 02:43 AM   #44
haritvr
Member
 
Join Date: Nov 2016
City & State: Chennai
My Country: India
I'm a: Knowledge Seeker
Posts: 22
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by EineWildeStehlampe View Post
As a lot of older firmware images use the well known, incredibly secure AMI XOR key to encode the supervisor password in the firmware image, I wrote a small Python tool to automate the process of searching through the image and decrypting the key. It is far from perfect but works well enough for me to share.

The tool uses UEFIExtract to dump the entire image, naively search for a folder ending in "AMITSEDecrypt", iterate through the body.bin to find all possible hashes stored in there, decrypt them with the XOR key, remove every second byte, then convert to ASCII.

Usage: python3 AMITSEDecrypt <Path/to/image.bin>

Hope it'll be of use to someone and excuse my horrible Python skills.
Dear brothers this program did not work for me even though I have installed python. An error occurs. so tell me clear explained
haritvr is offline   Reply With Quote
Old 06-17-2022, 03:13 PM   #45
oaktreelimb
New Member
 
Join Date: Jun 2022
City & State: San Francisco, CA
My Country: usa
I'm a: Knowledge Seeker
Posts: 5
Default Re: AMITSESetup Decryptor

Please help me decoding Supervisor and user password.
I got a Panasonic CF-53DA261QW. It has both Supervisor and User password enabled and set in BIOS. The installed Hard drive is also password protect (Supervisor password).
I don't have the passwords. The hard drive is only recognized by the original this laptop. If I mount the hard drive in other Panasonic toughbook (no password protected), it won't boot up or recognized. DISKPART can not partition or format it.
Following is reading from the BIOS
0000 5B 03 B6 49 11 B3 6C 48 C7 3A 22 23 7D F1 D8 E0
0010 33 E7 8E 4E E9 B1 44 08 9F 5E FA F0 55 D8 B0 6C
0020 0B 65 66 F3 C1 34 1C 83 77 16 D2 A9 2D 3D 88 D0
0030 E3 63 3E F7 99 8A F4 1D 4F B1 AA 44 05 D8 60 68
0040 5B BB B6 5B 11 A7 6C FA C7 46 22 CD 7D 5A D8 32
0050 33 CB 8E 17 E9 D9 44 C6 9F 9C FA 4B 55 9A B0 F4
0060 0B 89 66 41 C1 7F 1C FA 77 16 D2 A9 2D 3D 88 D0
0070 E3 63 3E F7 99 8A F4 1D 4F B1 AA 44 05 D8 60 6B
0080 01

Thank you so much
oaktreelimb is offline   Reply With Quote
Old 06-17-2022, 03:20 PM   #46
Vesko356
VIP Moderator
 
Vesko356's Avatar
 
Join Date: Aug 2018
City & State: Sofia
My Country: Bulgaria 🇧🇬
I'm a: Hobbyist Tech
Posts: 2,502
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by oaktreelimb View Post
...Following is reading from the BIOS...
Don't you think it's a better idea to just upload a dump here?
__________________
----------------------------------------------------------------------------------------------------------------------------------------------------------
Due to a lack of donations, server free space at a critical level, and possible closure of Bios Requests
all donations are welcome,
see the donate button below, at the bottom of the page, or
>>>>>
click on this link to donate via PayPal. <<<<<
Every donation made will go towards server fees and maintenance costs.
----------------------------------------------------------------------------------------------------------------------------------------------------------



Doctrina est fructus dulcis, radicis amarae.
Vesko356 is offline   Reply With Quote
Old 06-17-2022, 03:39 PM   #47
oaktreelimb
New Member
 
Join Date: Jun 2022
City & State: San Francisco, CA
My Country: usa
I'm a: Knowledge Seeker
Posts: 5
Default Re: AMITSESetup Decryptor

Thank you. I'm newbie and don't know much. I can only get a ROM file by using AMI AFU For Aptio 4 on my laptop.

Last edited by SMDFlea; 06-17-2022 at 03:43 PM.. Reason: Bios removed,already posted in another thread
oaktreelimb is offline   Reply With Quote
Old 06-17-2022, 03:44 PM   #48
SMDFlea
Super Moderator
 
Join Date: Jan 2018
City & State: York
My Country: UK
I'm a: Knowledge Seeker
Posts: 12,731
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by Vesko356 View Post
Don't you think it's a better idea to just upload a dump here?
he already has https://www.badcaps.net/forum/showthread.php?t=100666
SMDFlea is offline   Reply With Quote
Old 06-17-2022, 03:44 PM   #49
SMDFlea
Super Moderator
 
Join Date: Jan 2018
City & State: York
My Country: UK
I'm a: Knowledge Seeker
Posts: 12,731
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by oaktreelimb View Post
Thank you. I'm newbie and don't know much. I can only get a ROM file by using AMI AFU For Aptio 4 on my laptop.
Please read the rules,do not post in multiple threads

https://www.badcaps.net/forum/showthread.php?t=103570
SMDFlea is offline   Reply With Quote
Old 06-23-2022, 09:30 AM   #50
Dazzer
New Member
 
Join Date: Oct 2021
City & State: Wiltshire
My Country: UK
I'm a: Knowledge Seeker
Posts: 4
Default Re: AMITSESetup Decryptor

Didn't work for me, and I'm happy to just zero out the bytes, but here is my original BIOS file to help improve the tool.

Cheers!
Attached Files
File Type: zip FZG1.zip (3.23 MB, 48 views)
Dazzer is offline   Reply With Quote
Old 06-30-2022, 10:28 PM   #51
clrscr
Member
 
Join Date: Dec 2020
City & State: cb
My Country: sing
I'm a: Knowledge Seeker
Posts: 79
Default Re: AMITSESetup Decryptor

pls help me unlock password sx1
thanks!
Attached Files
File Type: zip sx1.BIN.zip (4.50 MB, 40 views)
clrscr is offline   Reply With Quote
Old 08-30-2022, 02:20 AM   #52
electronica
Member
 
Join Date: Apr 2014
City & State: oran
My Country: algeria
I'm a: Knowledge Seeker
Posts: 63
Default Re: AMITSESetup Decryptor

Thank you very much work very well for me
electronica is offline   Reply With Quote
Old 10-07-2022, 11:42 PM   #53
O.Szilárd
Senior Member
 
Join Date: May 2019
City & State: gyor
My Country: hungary
I'm a: Knowledge Seeker
Posts: 125
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by onizzbox View Post
@BootLoader1
Very cool, but it doesn't work!!
Needs repairs...
I just used it for the first time, it works, very professional! Thanks!
O.Szilárd is offline   Reply With Quote
Old 10-08-2022, 04:14 PM   #54
gobrasoft
New Member
 
Join Date: Jun 2020
City & State: Trabzon
My Country: Turkey
I'm a: Knowledge Seeker
Posts: 4
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by EineWildeStehlampe View Post
As a lot of older firmware images use the well known, incredibly secure AMI XOR key to encode the supervisor password in the firmware image, I wrote a small Python tool to automate the process of searching through the image and decrypting the key. It is far from perfect but works well enough for me to share.

The tool uses UEFIExtract to dump the entire image, naively search for a folder ending in "AMITSEDecrypt", iterate through the body.bin to find all possible hashes stored in there, decrypt them with the XOR key, remove every second byte, then convert to ASCII.

Usage: python3 AMITSEDecrypt <Path/to/image.bin>

Hope it'll be of use to someone and excuse my horrible Python skills.
Can you make the usage a little more descriptive? Not everyone knows how to use python. For example, I can be an example. I did not understand anything. Please do this if possible. Thank you so much.
gobrasoft is offline   Reply With Quote
Old 11-02-2022, 03:30 PM   #55
Toshko79
New Member
 
Join Date: Oct 2022
City & State: Varna
My Country: Bulgaria
I'm a: Knowledge Seeker
Posts: 3
Default Re: AMITSESetup Decryptor

Hello, I was also not able to use the Python tool. Could you help me with removing the supervisor password from Panasonic FZ-G1 device?
Attached Files
File Type: zip afuwin.zip (4.53 MB, 30 views)
Toshko79 is offline   Reply With Quote
Old 11-02-2022, 09:43 PM   #56
ItsukaHiro
New Member
 
Join Date: Nov 2022
City & State: HaiPhong
My Country: Vietnam
I'm a: Knowledge Seeker
Posts: 4
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by onizzbox View Post
@BootLoader1
Very cool, but it doesn't work!!
Needs repairs...
Bro, I see in the video that you have a "Password Recovery.py" file, right ? Can you share it to me ?
ItsukaHiro is offline   Reply With Quote
Old 11-03-2022, 11:27 AM   #57
hardware1
Badcaps Veteran
 
Join Date: Sep 2021
City & State: N/A
My Country: N/A
I'm a: Knowledge Seeker
Posts: 2,372
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by Toshko79 View Post
Hello, I was also not able to use the Python tool. Could you help me with removing the supervisor password from Panasonic FZ-G1 device?
Hope it works fine, try and let me know.
Attached Files
File Type: rar afuwin Unlocked.rar (4.38 MB, 38 views)
hardware1 is offline   Reply With Quote
Old 11-03-2022, 06:26 PM   #58
Toshko79
New Member
 
Join Date: Oct 2022
City & State: Varna
My Country: Bulgaria
I'm a: Knowledge Seeker
Posts: 3
Default Re: AMITSESetup Decryptor

Hello, just to confirm before I brick the device: I can use the Aptio_V_AMI_Firmware_Update_Utility and re-flash this, right? Do I have to tick a particular option or it's a straightforward process? I'm asking all these cause I don't have programmer and I'm not familiar with IC desoldering.
Thanks in advance.
Toshko79 is offline   Reply With Quote
Old 11-04-2022, 01:30 PM   #59
Toshko79
New Member
 
Join Date: Oct 2022
City & State: Varna
My Country: Bulgaria
I'm a: Knowledge Seeker
Posts: 3
Default Re: AMITSESetup Decryptor

Nope. It doesn't even start flashing the ROM. Please see attached.
Attached Images
File Type: jpg IMG_20221104_175522.jpg (1.40 MB, 58 views)
Toshko79 is offline   Reply With Quote
Old 11-04-2022, 03:38 PM   #60
hardware1
Badcaps Veteran
 
Join Date: Sep 2021
City & State: N/A
My Country: N/A
I'm a: Knowledge Seeker
Posts: 2,372
Default Re: AMITSESetup Decryptor

Quote:
Originally Posted by Toshko79 View Post
Nope. It doesn't even start flashing the ROM. Please see attached.
I don't know how to reprogram the bios chip without a programmer.
hardware1 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Badcaps.net Technical Forums © 2003 - 2023
Powered by vBulletin ®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
All times are GMT -6. The time now is 07:48 PM.
Did you find this forum helpful?