CHALLENGES(2019) CHALLENGES(2019)

Note

Some challenges were hosted on our infrastructure. They are now available as Docker images which you can download and run on your own computer. If you want to solve the challenges in the same way as the participants of the CTF, you should treat these Docker instances as blackboxes and avoid peeking in them.

Warm up

We tweeted three warm up “puzzles” in the days leading to the event. The first two are pieces of data and code you need to explore. The third has exactly one solution.

Warm up 1, 2 & 3

Rules

https://squarectf.com/2019/rules.html

Challenges

*

├──┬── one: Talk to me requires Docker
│  │
│  ├── ruby
│  │
│  └── points: 100 (+10)



├──┬── two: Aesni
│  │
│  ├── binary
│  │
│  └── points: 700 (+100)



├──┬── three: Decode me
│  │
│  ├── snake oil
│  │
│  └── points: 150 (+15)



├──┬── four: Tcash requires Docker
│  │
│  ├── binary
│  │
│  └── points: 1000 (+200)



├──┬── five: Inwasmble
│  │
│  ├── web
│  │
│  └── points: 200 (+20)



├──┬── six: Worldwide Highest Velocity requires Docker
│  │
│  ├── binary
│  │
│  └── points: 2000 (+400)



├──┬── seven: Lockbox requires Docker
│  │
│  ├── go ˖ web
│  │
│  └── points: 600 (+100)



├──┬── eight: Go cipher
│  │
│  ├── go ˖ not web
│  │
│  └── points: 1000 (+200)



├──┬── nine: Sudo make me a flag
│  │
│  ├── not go ˖ not ruby ˖ not binary
│  │
│  └── points: 700 (+150)



└──┬── ten: 20.pl

   ├── perl ˖ cryptography

   └── points: 500

Results

https://squarectf.com/2019/results.html

Write Ups

https://squarectf.com/2019/write_ups.html

See also

Work_at_Square(1), Privacy_policy(1), Code_of_conduct(1)

Square, Inc. (c) CHALLENGES(2019)