2 posts
Posted 24 April 2015 - 11:00 PM
So in CC I know you can make a password lock program, but is it possible to make a floopy disc that bypasses those passowrd locks, not a lock that opens as soon a as the computer starts, just as the program is run.
115 posts
Posted 25 April 2015 - 02:46 AM
Malicious scripts are not helped with nor provided. But it is technically possible, yes.
756 posts
Posted 25 April 2015 - 03:29 AM
An empty file in /disk/startup is all you need.
There's nothing malicious with this.
1080 posts
Location
In the Matrix
Posted 25 April 2015 - 04:39 AM
What i'm assuming you're asking is if you can bypass a lock that is currently running, however without restarting. If that is your question then to my knowledge, there is no possible way to do so.
15 posts
Location
hm... Im not sure... I guess i am living on the earth? I may be wrong.
Posted 25 April 2015 - 11:18 AM
I hope this is only for testing purposes to make your own system more secure.
You can put a floppy disk with a file "startup" and maybe the code
rs.setOutput("left", true)
in a Disk Drive. For that to function you need to restart the computer. or if the computer is not running at the moment, you can simply start it and it will boot from the disk. But that means, that you have to have acess to the computer somehow.
I think theres no other possibilities for that.
7083 posts
Location
Tasmania (AU)
Posted 25 April 2015 - 12:25 PM
For that to function you need to restart the computer. or if the computer is not running at the moment, you can simply start it and it will boot from the disk. But that means, that you have to have acess to the computer somehow.
Well, if you have sufficient access to connect a disk drive, it goes without saying that you have sufficient access to reboot the target system.