[RB] Algorithm Issue
Posted: Sat Feb 13, 2010 6:37 am
i have been trying to figure out forever how to get root authentication via RB without going into a shell
example of doing it using shell:
dim mShell as new shell
mShell.Mode=1
mShell.Execute "echo myPassword | sudo -S su login root"
This leads to all kinds of security holes and problems though.
Below is a link to the current algorithm, it is almost fully functional. The issue i am having is with it handling a string the user inputs and passing it on to the shell
Check the RB algorithm here
example of doing it using shell:
dim mShell as new shell
mShell.Mode=1
mShell.Execute "echo myPassword | sudo -S su login root"
This leads to all kinds of security holes and problems though.
Below is a link to the current algorithm, it is almost fully functional. The issue i am having is with it handling a string the user inputs and passing it on to the shell
Check the RB algorithm here