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
This is a vulnerability analysis challenge. The goal of the challenge is to access the game `global-thermonuclear-war` which is _normally_ password restricted.
4
+
5
+
## Building
6
+
```
7
+
docker build -t wopr .
8
+
```
9
+
10
+
## Example Usage
11
+
```bash
12
+
$ docker run -it wopr
13
+
WOPR>help
14
+
Available commands:
15
+
help
16
+
login
17
+
play
18
+
quit
19
+
WOPR> play
20
+
Invalid play command. Please choose one of the following:
21
+
tic-tac-toe
22
+
chess (Login required)
23
+
global-thermonuclear-war (Login required)
24
+
WOPR> play global-thermonuclear-war
25
+
You must be logged in to play global-thermonuclear-war.
26
+
WOPR> quit
27
+
```
28
+
More information the challenge can be found in [this blog post](https://medium.com/@cy1337/vulnerability-hunting-with-ghidra-fb3fc53470ba).
0 commit comments