A small C botnet with a Go cnc
  • C 51.5%
  • Go 45.9%
  • Makefile 2.6%
Find a file
2026-05-07 20:38:27 +00:00
.gitignore Initial commit 2026-05-06 15:28:46 +00:00
client.c Upload files to "/" 2026-05-06 15:29:19 +00:00
LICENSE Initial commit 2026-05-06 15:28:46 +00:00
makefile Upload files to "/" 2026-05-06 15:29:19 +00:00
README.md Update README.md 2026-05-07 20:38:27 +00:00
server.go Upload files to "/" 2026-05-06 15:29:19 +00:00
xortool.c Upload files to "/" 2026-05-06 15:29:19 +00:00

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.