8000 GitHub - onesez/ddos: Simple dos attack utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

onesez/ddos

 
 

Repository files navigation

THIS REPOSITORY IS NO MORE SUPPORTED ON GitHub

Why?

I am stopping my work on github due it's acquirment by Microsoft.

Where it is supported?

I have moved it to Bitbucket: https://bitbucket.org/Andrewerr/ddos/src/master/

ddos

ddos--simple program to test ddos protection system
THIS PROGRAM PROVIDED FOR ONLY EDUCATIONAL PURPOSES

Compilation

$ ./build.sh release
Notice:Current build is not supported by some compilers.Download latest relase from here: https://github.com/Andrewerr/ddos/releases

Usage

$./ddos (HOST) (PORT) [options...]
HOST -- host to ddos
PORT -- port to connect,if set to 0 will try random ports
Options:

-r -- generate random packet
-u -- Use UDP
-p -- Use TCP
-t (THREAD COUNT) -- describes thread count,by default set to 5
-s (PACKET SIZE) -- set packet size
--http -- Make http request
--no-warnings -- ignore all warnings
--no-errors -- ignore errors
--no-wait -- Do not wait server to respond
--no-check -- Do not check server before starting ddos
--packetfile (FILENAME) -- load packet conents from file(Could be overrided with --http option)
--sleep (TIME) -- sleep between packets sendings (in milliseconds)


Examples

$ ./ddos some.boring.long.domain.net 80 -t 70 --no-wait --http
This will send packets some.boring.long.domain.net:80 without waiting for resp 59EE onse using http request syntax in 70 threads.
$ ./ddos example.com 88 --no-check --no-wait -u
With this options program will send packets to example.com:88 without pre-start host check and without waiting for response.Program will use 5 threads. Program will use UDP protocol.

Updating

$ ./build.sh update

About

Simple dos attack utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.7%
  • Shell 4.8%
  • Python 2.5%
0