Use Python3 to setup a botnet (include bot and c&c)
Build up a easy P2P botnet with python3.
CC-Flood(http-flood), TCP-Flood, UDP Flood
Only need python3 :)
Edit the cnc server ip and port into the bot.py at first.
Then, run the cnc.py:
python3 cnc.py <port>
At Last, run the bot.py in any python3 environment(IDE, codeanywhere,etc.) then the Bot is online.