Toxnet Decentralised P2P botnet using libtoxcore
Toxnet Decentralised P2P botnet using libtoxcore

Toxnet: Decentralised P2P botnet using libtoxcore

Tox botnet that uses the golang bindings for libtoxcore. This project is still in alpha and is still a little buggy.

Screen Toxnet
Screen Toxnet

Description

  • This project was created in two days and it was my first time using Golang. However, thanks to xbee and the developers of TokTok this project was very simple to create.
  • The Toxnet code has been commented and is pretty easy to understand.
  • The way Toxnet works is by having a server that auto accepts incoming clients friend requests.
  • The client sends outgoing messages every 30 seconds to the server tox address, which allows the server to know which clients are currently online/active.
  • Then each online machine is appended to an array, which is then called when you use the list online clients command.
  • In order to get started just type help in the server console.
  • You can find Tox bootstrap servers here: nodes.
  • Just update the server interface in the client and server

Warning

Only use this software according to your current legislation. Misuse of this software can raise legal and ethical issues which I don’t support nor can be held responsible for.

How to use

  • sudo apt install libtoxcore
  • go get github.com/TokTok/go-toxcore-c
  • go run server.go
  • You will then see the C2 address at the top
  • Edit client.go and input the address in client.go
  • go run client.go
Demo Client Toxnet
Demo Client Toxnet