S.O.T.A. Revolution     |   home
Hacking Documents   |   Ancient Rune 1   |   Ancient Rune 2   |   Ancient Rune 3   |   Basic UNIX FAQ   |   Basic Usage UNIX Commands   |   Becoming a Uebercracker   |   Hacking: A State of Mind   |   Hack Kit   |   Neophyte's Guide to Hacking   |   The Hackers Manifesto   |   Newbie's Handbook   |   The Official Phreaker's Manual   |   The UNIX File system   |   Virus FAQ
Ancient Rune 1

Ok, first thing I'll show you how to make is the basic ping flooder. Open Notepad. Then put this in (the basic program):
:top
ping <ip address of target>
goto top
and save this program as pinger.bat (a batch file). Now that you've made this very basic and easy to make program, lets take it apart and understand it. The first line is labeling the top, then in the second line you ping the ip address, and then in the third line you go back up to the first line (goto top) and you start the cycle again. If you want to change the ip to another one, right click on the batch file (pinger.bat) and go to edit, then just change the ip from there. Pretty cool stuff.
(note: Open this file in MS-DOS if it doesn't already)
-Darke