SoraAurora / WintonC2

I decided to learn Go by writing another C2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WintonC2

Yet another Command & Control (C2) server using Golang...

This would be my third time making the exact same barebones C2 but with slight improvements, this time I decided to learn Go while doing it because I was bored.

Very heavily a WIP, C agent coming soon.

sample

Compilation

Only the teamserver needs to be compiled,

go build .
chmod +x teamserver
./teamserver <ip> <port> <password>

Change Log

9/11/2023 - Beacons can now go offline!

  • If the callback from the last beacon is over Agent.Sleep + 5 seconds, the beacon will be marked as down (but should still listening for callbacks).
    • In its current state, the agent gets completely removed from the AgentList[] and AgentCallbacks[] if it goes offline, this will be changed in the future to allow for offline agents to still be in the list. 9/11/2023
  • The change of beacon state is also reflected in the AgentList[] and AgentCallbacks[] tables 9/11/2023

About

I decided to learn Go by writing another C2

License:MIT License


Languages

Language:Go 98.6%Language:Python 1.0%Language:Makefile 0.4%