You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,17 @@ The NetSecGame can be run in a Docker container. You can build the image locally
38
38
```bash
39
39
docker build -t aidojo-nsg-coordinator:latest .
40
40
```
41
-
or use the available image from [Dockerhub](https://hub.docker.com/r/lukasond/aidojo-coordinator).
41
+
or use the available image from [Dockerhub](https://hub.docker.com/r/stratosphereips/netsecgame).
42
42
```bash
43
-
docker pull lukasond/aidojo-coordinator:1.0.2
43
+
docker pull stratosphereips/netsecgame
44
44
```
45
45
## Quick Start
46
46
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:
47
47
```yaml
48
48
# Example of the task configuration for NetSecGame
49
49
# The objective of the Attacker in this task is to locate specific data
50
50
# and exfiltrate it to a remote C&C server.
51
-
# The scenario starts AFTER initial breach of the local network
51
+
# The scenario starts AFTER the initial breach of the local network
52
52
# (the attacker controls 1 local device + the remote C&C server).
0 commit comments