Skip to content

alanackart/DDOSIM

Repository files navigation

# DDOSIM:  Layer 7 DDoS Simulator v0.2
# Author:  Adrian Furtuna  <adif2k8@gmail.com>


Installation
------------
./configure
make
make install


Usage
-----
./ddosim
     -d IP           Target IP address
     -p PORT         Target port
    [-k NET]         Source IP from class C network  (ex. 10.4.4.0)
    [-i IFNAME]      Output interface name
    [-c COUNT]       Number of connections to establish
    [-w DELAY]       Delay (in milliseconds) between SYN packets
    [-r TYPE]        Request to send after TCP 3-way handshake. TYPE can be HTTP_VALID or HTTP_INVALID or SMTP_EHLO
    [-t NRTHREADS]   Number of threads to use when sending packets (default 1)
    [-n]             Do not spoof source address (use local address)
    [-v]             Verbose mode (slower)
    [-h]             Print this help message

Documentation
-------------
http://stormsecurity.wordpress.com/2009/03/03/application-layer-ddos-simulator/

About

source code of DDOSIM - Layer 7 DDoS Simulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published