kumfc / pixel-battle-botnet

VK Pixel Battle 2019/20 Botnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VK Pixel Battle 2019/20 Botnet

A tool written for BAGOSI during the VK Pixel Battle 2019 annual event.
Some of the features remains unpolished so they are not going to be in this release.

Authors: @kumfc & @3vilWind


Deploying on single machine:
Deploying it on multiple machines is pointless until you have 1000+ bots

  1. Set client node role to manager

  2. Init

docker swarm init
docker service create --name registry --publish published=5000,target=5000 registry:2
iptables -I DOCKER-USER -p tcp --destination-port 5000 -j DROP
  1. Start
docker-compose -f /root/pixel-battle-botnet-dev/docker-compose.deploy.yml build
docker-compose -f /root/pixel-battle-botnet-dev/docker-compose.deploy.yml push
docker stack deploy -c /root/pixel-battle-botnet-dev/docker-compose.deploy.yml pixel
  1. Kill
docker stack rm pixel

About

VK Pixel Battle 2019/20 Botnet


Languages

Language:Python 97.5%Language:Dockerfile 2.5%