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/, modifyconfig.ymlas needed -
Install the requirements:
pip install -r requirements.txt -
Then you can run the server:
python3 source-control.py
Using the CLI
-
In
cli/, modifyconfig.ymlas needed -
Install the requirements:
pip install -r requirements.txt -
Then you can run the CLI:
python3 cli.py
Description
Languages
Python
88.1%
Nim
11.9%