Bypass Disk Startup
#1
Posted 15 April 2013 - 05:16 PM
How can I bypass disk startup when a disk drive is attached. Not for stopping a program but instead for my boot loader.
#3
Posted 15 April 2013 - 05:21 PM
#4
Posted 16 April 2013 - 09:25 AM
#5
Posted 16 April 2013 - 10:21 AM
No, the disk will override the computers startup, so no mater what, the computers startup wont load, as long as the disk has a file called "startup", so nothing you do to "created" computer startup file will have an affect.
#6
Posted 16 April 2013 - 10:27 AM
#7
Posted 16 April 2013 - 05:41 PM
#8
Posted 17 April 2013 - 02:11 AM
Spongy141, on 16 April 2013 - 10:21 AM, said:
Read my post again...Where would be the point of renaming the computer startup file on disc insertion? It should have been obvious that i meant to rename disk/startup to something like disk/notstartup
#9
Posted 17 April 2013 - 02:44 AM
*Face palm*
If someone is trying to bypass your password on your computer, and they just use a disk, what makes you think you could edit there startup files to rename itself, that is one of the dumbest ideas I have ever heard of. You would need to edit the actual startup in the rom folder so it tells the computer to load first.
#10
Posted 17 April 2013 - 02:47 AM
Spongy141, on 17 April 2013 - 02:44 AM, said:
the other option is to have your password system on a floppy on the top of the computer, that is the first drive checked, so any other drive is ignored.
#11
Posted 17 April 2013 - 03:09 AM
JokerRH, on 17 April 2013 - 02:11 AM, said:
Spongy141, on 16 April 2013 - 10:21 AM, said:
Read my post again...Where would be the point of renaming the computer startup file on disc insertion? It should have been obvious that i meant to rename disk/startup to something like disk/notstartup
Ctrl-S, insert disk, power on. Boom, hacked. The computer can't respond to events when it's off.
#12
Posted 17 April 2013 - 05:47 AM
Spongy141, on 17 April 2013 - 02:44 AM, said:
*Face palm*
If someone is trying to bypass your password on your computer, and they just use a disk, what makes you think you could edit there startup files to rename itself, that is one of the dumbest ideas I have ever heard of. You would need to edit the actual startup in the rom folder so it tells the computer to load first.
What are you talking about...?
If the shell runs disk/startup first that is fine if there is no disk/startup
An api that doesn't exist can't be run, right?
#13
Posted 17 April 2013 - 10:51 AM
Look either way your way wont work. If someone is trying to hack into your computer, theres a very low chance you have access to there disk/startup file, so like you said "Have the startup rename the disk/startup to something else" well you would need to add the code in the disk/startup... And this topic is about bypassing the disks startup..
#14
Posted 17 April 2013 - 11:00 AM
Spongy141, on 17 April 2013 - 10:51 AM, said:
Look either way your way wont work. If someone is trying to hack into your computer, theres a very low chance you have access to there disk/startup file, so like you said "Have the startup rename the disk/startup to something else" well you would need to add the code in the disk/startup... And this topic is about bypassing the disks startup..
I think he means make a startup program that will look at floppies when they are inserted an if the floppy has a startup file rename it.
#15
Posted 17 April 2013 - 11:06 AM
JokerRH, on 17 April 2013 - 05:47 AM, said:
If the shell runs disk/startup first that is fine if there is no disk/startup
An api that doesn't exist can't be run, right?
#16
Posted 17 April 2013 - 11:12 AM
Sariaz, on 17 April 2013 - 11:00 AM, said:
Spongy141, on 17 April 2013 - 10:51 AM, said:
Look either way your way wont work. If someone is trying to hack into your computer, theres a very low chance you have access to there disk/startup file, so like you said "Have the startup rename the disk/startup to something else" well you would need to add the code in the disk/startup... And this topic is about bypassing the disks startup..
I think he means make a startup program that will look at floppies when they are inserted an if the floppy has a startup file rename it.
#17
Posted 17 April 2013 - 12:44 PM
Spongy141, on 17 April 2013 - 11:12 AM, said:
Sariaz, on 17 April 2013 - 11:00 AM, said:
Spongy141, on 17 April 2013 - 10:51 AM, said:
Look either way your way wont work. If someone is trying to hack into your computer, theres a very low chance you have access to there disk/startup file, so like you said "Have the startup rename the disk/startup to something else" well you would need to add the code in the disk/startup... And this topic is about bypassing the disks startup..
I think he means make a startup program that will look at floppies when they are inserted an if the floppy has a startup file rename it.

How so, I mean its not full proof. If the computers of it wont work but it is still possible to check for floppy then rename startup to bypass.
os.pullEvent = os.pullEventRaw
while true do
e = os.pullEvent()
if e == "disk" then
if fs.exists("disk/startup") then
fs.move("disk/startup","disk/startu")
end
end
end
This would do just that when a floppy is inserted if there is a startup file it renames it sure its not full proof but it does work. So if you would care to explain how my working code is imposible be my guest.
#18
Posted 17 April 2013 - 12:50 PM
So please explain how a computer startup with that code will even run if a disk have a startup file?
#19
Posted 17 April 2013 - 12:51 PM
1:Shutdown computer.
2:Insert disk.
3:Start up computer.
#20
Posted 17 April 2013 - 12:53 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











