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
|
## Usage
|
||||||
Start the server:
|
Start the server:
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
docker build -t python-c2 .
|
||||||
cd src
|
docker run --rm -p 9999:9999 python-c2
|
||||||
python main.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Make a connection and send JSON payload:
|
Make a connection and send JSON payload:
|
||||||
|
Loading…
Reference in New Issue
Block a user