C2 server written in Go
Go to file
raul 0d839daf4e Return pointer to clientList item instead of copy
I've also fixed several issues such as the killswitch and RCE functions
failing because of trying to use the struct identifier to access the
clientList array
2024-06-12 09:49:37 +02:00
assets Add assets folder 2024-06-10 11:35:29 +02:00
cmd Return pointer to clientList item instead of copy 2024-06-12 09:49:37 +02:00
sample-config Add sample-config folder 2024-06-10 12:42:51 +02:00
.gitignore Initial commit 2024-06-04 07:51:28 +02:00
Dockerfile Use regular user for executing service 2024-06-11 10:00:28 +02:00
LICENSE Initial commit 2024-06-04 07:51:28 +02:00
README.md Initial commit 2024-06-04 07:51:28 +02:00
docker-compose.yml Use regular user for executing service 2024-06-11 10:00:28 +02:00
go.mod Update dependencies 2024-06-04 07:53:51 +02:00
go.sum Update dependencies 2024-06-04 07:53:51 +02:00
main.go Prepare listening servers 2024-06-04 07:53:51 +02:00

README.md

tiamat

C2 server written in Go