Login Register






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


Tutorial How i Manged to Bypass Password (BIOS) filter_list
Author
Message
How i Manged to Bypass Password (BIOS) #1
Hello Sinister Members,

As you know a couple of months back i Posted a thread with an issue i had of bypassing a BIOS Password/resetting it.

I would first like to Say Thank you to all the members that contributed on that thread for the major assistance i needed.

After tinkering with the computer and the web i manged to find my Current computer a lenovo Model, i looked deeper and found that my manufactured computer, had a Small Hole that is meant for emergency's/recovery purposes, Once pushed it turns on the computer and Boots on a Terminial That has Recovery commands. one of the commands had a BIOS Reset Option i Pressed it and it created a Prompt.

Many minutes later the Bios was reset, and that was it.

The prompt tab was secured, knowing so i had to reverse engineer the terminal to find the direct code.

And i found it, after that i posted Something about it on my thread a member pointed out a the specific code was while known And is a open source to the internet.

Here is the things i would Like to share:

debug
-o 70 10
-o 71 aa
-q


[Image: 1MbQb4o.png]


While playing Around again with the terminal i found this.

A Press Enter
MOV AX,0 Press Enter
MOV AX,CX Press Enter
OUT 70,AL Press Enter
MOV AX,0 Press Enter
OUT 71,AL Press Enter
INC CX Press Enter
CMP CX,100 Press Enter
JB 103 Press Enter
INT 20 Press Enter
Press Enter
G Press Enter
Q Press Enter

These are common Codes that you enter VIA Keyboard or input that could reset the passsword
Varying on you're system and the manufacturer

I would like to thank:

@Pikami @Synthx @mothered @Malvagio+ @gilmobiletech @Dr. Keter

And a Big thanks to @phyrrus9 For the images and a Brod explanation to what that was. Evil
[Image: aoupld9b489.png]

Why is it so bright here?

[+] 1 user Likes PythonRaze's post
Reply

RE: How i Manged to Bypass Password (BIOS) #2
(01-17-2018, 02:20 PM)PythonRaze Wrote: Hello Sinister Members,

As you know a couple of months back i Posted a thread with an issue i had of bypassing a BIOS Password/resetting it.

I would first like to Say Thank you to all the members that contributed on that thread for the major assistance i needed.

After tinkering with the computer and the web i manged to find my Current computer a lenovo Model, i looked deeper and found that my manufactured computer, had a Small Hole that is meant for emergency's/recovery purposes, Once pushed it turns on the computer and Boots on a Terminial That has Recovery commands. one of the commands had a BIOS Reset Option i Pressed it and it created a Prompt.

Many minutes later the Bios was reset, and that was it.

The prompt tab was secured, knowing so i had to reverse engineer the terminal to find the direct code.

And i found it, after that i posted Something about it on my thread a member pointed out a the specific code was while known And is a open source to the internet.

Here is the things i would Like to share:

debug
-o 70 10
-o 71 aa
-q


[Image: 1MbQb4o.png]


While playing Around again with the terminal i found this.

A Press Enter
MOV AX,0 Press Enter
MOV AX,CX Press Enter
OUT 70,AL Press Enter
MOV AX,0 Press Enter
OUT 71,AL Press Enter
INC CX Press Enter
CMP CX,100 Press Enter
JB 103 Press Enter
INT 20 Press Enter
Press Enter
G Press Enter
Q Press Enter

These are common Codes that you enter VIA Keyboard or input that could reset the passsword
Varying on you're system and the manufacturer

I would like to thank:

@Pikami @Synthx @mothered @Malvagio+ @gilmobiletech @Dr. Keter

And a Big thanks to @phyrrus9 For the images and a Brod explanation to what that was. Evil

You shoud wrap that assembly in a code block

Reply

RE: How i Manged to Bypass Password (BIOS) #3
Brilliant, this Is very handy to know.

Good work.
[Image: AD83g1A.png]

Reply

RE: How i Manged to Bypass Password (BIOS) #4
(01-17-2018, 02:27 PM)mothered Wrote: Brilliant, this Is very handy to know.

Good work.

Much Appreciated.
[Image: aoupld9b489.png]

Why is it so bright here?

[+] 1 user Likes PythonRaze's post
Reply

RE: How i Manged to Bypass Password (BIOS) #5
Thanks for the share. This is much easier than pulling CMOS batteries hahaha!

Reply







Users browsing this thread: 1 Guest(s)