1
0
2026-01-30 12:55:41 -06:00
2026-01-30 12:55:41 -06:00

Source Control

A C2 server that uses the A2S query protocol

Building the client

If it's not already installed, install Nim

Then compile:

nim c -d:release client/main.nim # Will output to client/main

Running the server

  • In server/, modify config.yml as needed

  • Install the requirements: pip install -r requirements.txt

  • Then you can run the server: python3 source-control.py

Using the CLI

  • In cli/, modify config.yml as needed

  • Install the requirements: pip install -r requirements.txt

  • Then you can run the CLI: python3 cli.py

Description
A C2 server that uses the A2S query protocol
Readme 41 KiB
Languages
Python 88.1%
Nim 11.9%