Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ The NetSecGame can be run in a Docker container. You can build the image locally
```bash
docker build -t aidojo-nsg-coordinator:latest .
```
or use the available image from [Dockerhub](https://hub.docker.com/r/lukasond/aidojo-coordinator).
or use the available image from [Dockerhub](https://hub.docker.com/r/stratosphereips/netsecgame).
```bash
docker pull lukasond/aidojo-coordinator:1.0.2
docker pull stratosphereips/netsecgame
```
## Quick Start
A task configuration needs to be specified to start the NetSecGame (see [Configuration](configuration.md)). For the first step, the example task configuration is recommended:
```yaml
# Example of the task configuration for NetSecGame
# The objective of the Attacker in this task is to locate specific data
# and exfiltrate it to a remote C&C server.
# The scenario starts AFTER initial breach of the local network
# The scenario starts AFTER the initial breach of the local network
# (the attacker controls 1 local device + the remote C&C server).

coordinator:
Expand Down