Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


(Request) Bypassing BIOS Password filter_list
Author
Message
RE: (Request) Bypassing BIOS Password #11
Taking the cmos battery out will not work in newer systems, you need a software called "PASSCAPE" to help you recover it

[+] 1 user Likes gilmobiletech's post
Reply

RE: (Request) Bypassing BIOS Password #12
(12-13-2017, 10:07 PM)Malvagio+ Wrote: Pull out the CMOS battery that's on the motherboard.

Or toggle the position of the jumper. In order to find the right one you might need to look at the manual of the motherboard. Once you are done, turn on your pc, check if the password has been changed, turn off your pc and change the jumper to it's original position.

This. The CMOS battery saves BIOS settings (including the password), but most motherboards will have jumper pins you can short out to reset the password. That info will be in the motherboard manual.
"The more we learn, the more we realise how little we actually know"


Reply

RE: (Request) Bypassing BIOS Password #13
@"PythonRaze", given It's around a month since your Initial request, just touching base to see where you're at.

Do you still require assistance?
[Image: AD83g1A.png]

Reply

RE: (Request) Bypassing BIOS Password #14
@"mothered" Thank You for the support i am fine, i found out that the manufacturer of the computer had a Small hole you would get a small object/needle and pock it, once doing that you will have accesses to a Terminal Menu that has options of resetting the Bios setting to factory Condition, i manged to reverse engineer the code of the function of the whole program that does that, and it seems to be in .Bat format i shall be releasing the code for everyone to use soon.
[Image: aoupld9b489.png]

Why is it so bright here?

Reply

RE: (Request) Bypassing BIOS Password #15
(01-17-2018, 10:58 AM)PythonRaze Wrote: @"mothered" Thank You for the support i am fine, i found out that the manufacturer of the computer had a Small hole you would get a small object/needle and pock it, once doing that you will have accesses to a Terminal Menu that has options of resetting the Bios setting to factory Condition, i manged to reverse engineer the code of the function of the whole program that does that, and it seems to be in .Bat format i shall be releasing the code for everyone to use soon.

A couple things on this.

1. You don't reverse engineer a batch file, it's not only not a program but its a script that requires it to be in source code format already. You just simply open it in a text editor
2. I seem to remember there being a command sequence in windows that lets you overwrite the BIOS password... quick google found it

Code:
debug
-o 70 10
-o 71 aa
-q
[Image: 1MbQb4o.png]

Reply

RE: (Request) Bypassing BIOS Password #16
Yes i understand but the file was secured i had to reverse engineer a part of it to access the file.
[Image: aoupld9b489.png]

Why is it so bright here?

Reply

RE: (Request) Bypassing BIOS Password #17
(01-17-2018, 10:58 AM)PythonRaze Wrote: @"mothered"  Thank You for the support i am fine, i found out that the manufacturer of the computer had a Small hole you would get a small object/needle and pock it, once doing that you will have accesses to a Terminal Menu that has options of resetting the Bios setting to factory Condition, i manged to reverse engineer the code of the function of the whole program that does that, and it seems to be in .Bat format i shall be releasing the code for everyone to use soon.

Good to read all Is fine.

I look forward to your contribution of the code.
[Image: AD83g1A.png]

Reply

RE: (Request) Bypassing BIOS Password #18
i think it must be handled by a computer technician!

Reply

RE: (Request) Bypassing BIOS Password #19
(02-10-2018, 10:02 AM)benken Wrote: i think it must be handled by a computer technician!

I don't know what you mean by that. a "computer technician" is often some guy with a high school GED who works for $8/hr installing antivirus software on uninformed people's computers. It's pretty easy to clear CMOS, it's just an EEPROM. Most operating systems even include support for this. For example, you can do this in windows with
Code:
debug
-o 70 10
-o 71 aa
-q

[+] 1 user Likes phyrrus9's post
Reply

RE: (Request) Bypassing BIOS Password #20
(02-11-2018, 05:23 AM)phyrrus9 Wrote:
(02-10-2018, 10:02 AM)benken Wrote: i think it must be handled by a computer technician!

I don't know what you mean by that. a "computer technician" is often some guy with a high school GED who works for $8/hr installing antivirus software on uninformed people's computers. It's pretty easy to clear CMOS, it's just an EEPROM. Most operating systems even include support for this. For example, you can do this in windows with
Code:
debug
-o 70 10
-o 71 aa
-q

I thought it would be very tough becoz messing with cmos and bios can be very bad!
Sorry anyway,
Thank you very much!

Reply







Users browsing this thread: 1 Guest(s)