An open API service indexing awesome lists of open source software.

https://github.com/dubniczky/botnet

A botnet system written in Go capable of running any commands
https://github.com/dubniczky/botnet

botnet commander go golang remote-execution signature-verification

Last synced: 12 months ago
JSON representation

A botnet system written in Go capable of running any commands

Awesome Lists containing this project

README

          

# Commander Botnet

A botnet system written in Go capable of running any commands

## Usage

Generate keypair

```bash
./generate.sh
```

Run commander server

```bash
make commander
```

Compile bot

> Note: You need to change the commander address in `bot/main.go` to your own

```bash
cd bot
go build -o bot main.go
```