-------- "How to perform application level Denial of Service attacks" ---------
------------------------------- Version 0.2 -----------------------------------


!!! THE INFORMATION INCLUDED IN MY PACKAGE IS ONLY FOR EDUCATIONAL PURPOSE AND
!!! SHOULD NOT BE USED AGAINST ANY HOST WITHOUT PERMISSION FROM THE SYSTEM
!!! ADMINISTRATOR.

Files:

apldos.txt	:	The most important file, which covers Application
			level DoS exploitation.

makefile	:	A Makefile. Type make to compile the userfillup.c file.

userfillup.c	:	An example of a DoS attack against
			http://mind.sputnik.pl

IMPORTANT INFORM.: I use the program netcat for my work.
		   (http://www.atstake.com/research/tools/network_utilities/)
		   If your netcat is named something like netcat, ncat, ...
		   Make a symbolic link (ln -s /usr/bin/netcat /usr/bin/nc)
		   or replace nc with your netcat in userdos.sh.
