OOO archive --- DEF CON CTF [ login ]

dc2021q - qoo-or-ooo crypto

by tiffanyb

This was a jeopardy challenge, part of dc2021q. (CTFtime)

This challenge was represented as 💰
Points: 120
Was solved by: 58 teams

You may spawn the server:

On your laptop
  • Install docker
  • docker pull archiveooo/pub:qoo-or-ooo (docker-saved download)
  • docker run -d --name qoo-or-ooo archiveooo/pub:qoo-or-ooo
  • Local IP: docker inspect qoo-or-ooo -f '{{ .NetworkSettings.Networks.bridge.IPAddress }}'
  • Connect to that IP:5000 — Remember to docker rm -f when done.
On your laptop (full source)
  • Install docker and pip install PyYAML coloredlogs
  • git clone https://github.com/o-o-overflow/dc2021q-qoo-or-ooo-public
  • cd qoo-or-ooo
  • ./spawner --log-level=INFO
  • Connect to the ip:port displayed
Hosted by OOO Right now we're asking players to login first.

Description

This is another QOO's challenge. Wait, is this QOO or OOO?

line_weight service.py line_weight backend.py line_weight coin.py line_weight game.py line_weight players.py

Hints

None yet :(
If you wish, you can contribute some.

There's an author-recommended writeup.

Source

Spoilers ahead! Code for this challenge is publicly available.