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
- Host: GitHub
- URL: https://github.com/dubniczky/botnet
- Owner: dubniczky
- Created: 2023-07-29T18:39:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T18:45:25.000Z (over 2 years ago)
- Last Synced: 2025-02-06T19:49:27.278Z (about 1 year ago)
- Topics: botnet, commander, go, golang, remote-execution, signature-verification
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```