dc2020q - ooonline-class
This was a jeopardy challenge, part of dc2020q. (CTFtime)
Points: 162
Was solved by:
22
teams
PCAPs:
download
You may spawn the server:
On your laptop
- Install docker
docker pull archiveooo/pub:ooonline-class
(docker-saved download)docker run -d --name ooonline-class archiveooo/pub:ooonline-class
- Local IP:
docker inspect ooonline-class -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
Ugh, everything's moving to online classes now.
There's one assignment that I can't solve (and chegg is no help).
I'm about to yeet my laptop.
http://ooonline-class.challenges.ooo:5000/
Also see ooonline-gradclass
Hints
None yet :(
If you wish, you can contribute some.