docs: update server README.md with docker instructions

This commit is contained in:
agatha 2024-09-07 15:23:32 -04:00
parent 98f94e6e15
commit 3c72572ba4

View File

@ -4,9 +4,8 @@ An exercise in learning and experimenting with a C2 agent and server.
## Usage
Start the server:
```bash
pip install -r requirements.txt
cd src
python main.py
docker build -t python-c2 .
docker run --rm -p 9999:9999 python-c2
```
Make a connection and send JSON payload: