dc2020q - ooonline-gradclass
This was a jeopardy challenge, part of dc2020q. (CTFtime)
Points: 416
Was solved by:
3
teams
PCAPs:
download
You may spawn the server:
On your laptop
- Install docker
docker pull archiveooo/pub:ooonline-gradclass
(docker-saved download)docker run -d --name ooonline-gradclass archiveooo/pub:ooonline-gradclass
- Local IP:
docker inspect ooonline-gradclass -f '{{ .NetworkSettings.Networks.bridge.IPAddress }}'
- Connect to that IP:5000 —
Remember to
docker rm -f
when done.
On your laptop (full source)
Hosted by OOO
Right now we're asking players to login first.Description
Wow, grad classes are so much harder (yet seem hauntingly familiar)
http://ooonline-gradclass.challenges.ooo:5000/
Also see ooonline-class
Hints
None yet :(
If you wish, you can contribute some.