-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

                       SAdoor client version 1.1

              By Claes M. Nyberg, <cmn@darklab.org> Dec 2003

			      http://cmn.listprojects.darklab.org/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Credits
-------
o FX <fx@phenoelit.de>
    For writing cd00r.c (http://www.phenoelit.de/fr/tools.htm), which gave me
	the inspiration to write this, and for giving me feedback on this project.

o Zet <zet@darklab.org>
    For hosting this project at darklab.org.

o Richard W. Stevens
    Without his books, nothing of this would have been possible R.I.P.

o Bruce Schneier
    For writing "Applied Cryptography"


What is this
------------
SAdoor is a non listening remote shell/execution server.
The daemon listens for a set of predefined packets in 
order to establish a connection or run a command.
This package contains a client to use for sending the
packets and the desired command.

You are advised to read the manuals at the homepage or in the ./client
directory for further explanations about the contents in this package.

Installation
------------
Edit the Makefile in the client directory if you want 
to change the default root directory for installation (/),
or if your systype is not supported.

Then do a 'make <systype> && make install'.


Portability
-----------
This version has successfully been built using gcc(1) 
and tested on OpenBSD, FreeBSD, NetBSD and Linux on x86,
and SunOS 5.7, 5.8, 5.9 on Sparc


Have fun!

CMN
