docs: update server README.md with docker instructions
This commit is contained in:
parent
98f94e6e15
commit
3c72572ba4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user