The objective of the code is to brute force 4 digit bios passwords until it succeeds. You wouldn't believe how many times kids set up a bios password and immediately forget what it was in a school setting.
Thanks. I'll fix it when I can get to my desktop. I'm wanting help with a program that cracks bios passwords, yes. I work in a help desk for a k-12 school and it is common for a kid to set a bios password and not remember it. When that happens, we basically trash the mother board and use the other available parts for the bone pile. There are devices like this out there that can be readily bought for a couple hundred bucks. I'm just trying to do it with no budget.
thirtyfiftyone:
That's not very helpful. I did. What did I miss in the stickies?
Your posted code is unReadable.
on the bottom right of your message you will see a quick edit button.
Choose more -> modify
insert: [ code ] (but with no spaces!) before your code and
insert: [ / code ] (but with no spaces!) after your code. It will magically become readable after you click save.
Please explain, in English, what this code is trying to do. It might just be me, but that looks like a stray # there...
The code is trying to generate a four digit number, enter it into the prompt on the computer, and if it wasn't successful, generate another four digit number and enter it again. It can't happen too fast as if it does the computer will lock it out. It would likely take a couple to a few days to go through all 10k combinations.
on the bottom right of your message you will see a quick edit button.
Choose more -> modify
insert: [ code ] (but with no spaces!) before your code and
insert: [ / code ] (but with no spaces!) after your code. It will magically become readable after you click save.
Your code is so messed up, even Auto Format (Ctrl-T) can't figure it out. If you don't know what properly formatted code looks like, just go through some of the other posts, study the code, and then reformat yours so that at least Auto Format works. Then we might be able to help you.
econjack:
Your code is so messed up, even Auto Format (Ctrl-T) can't figure it out. If you don't know what properly formatted code looks like, just go through some of the other posts, study the code, and then reformat yours so that at least Auto Format works. Then we might be able to help you.
I think I've got the code running with no errors now. Now my only issue is getting it to enter the 4 digit passwords into a computer, which I guess doesn't belong here.
"Now my only issue is getting it to enter the 4 digit passwords into a computer, which I guess doesn't belong here."
we are somewhat versatile.
How do you think you can enter the passwords in, and get a response back?
It appears that you have started more than one thread about this topic. NOT A GOOD IDEA. You should try to merge the threads, or delete one, or indicate in one, that the active thread is elsewhere.
My initial understanding was wrong. It will not get a response back. It will continue to enter codes no matter what, so when it succeeds if I'm not there watching it, I'll have a little bit of guess work as to which one succeeded, which I'm fine with.