OOO archive --- DEF CON CTF [ login ]

dc2019q - LCARS333 pwn

by slipper

This was a jeopardy challenge, part of dc2019q.

Points: 500
Was solved by: 1 teams

You may spawn the server:

On your laptop
  • Install docker
  • docker pull archiveooo/pub:LCARS333 (docker-saved download)
  • docker run -d --name lcars333 archiveooo/pub:LCARS333
  • Local IP: docker inspect lcars333 -f '{{ .NetworkSettings.Networks.bridge.IPAddress }}'
  • Connect to that IP:5000 — Remember to docker rm -f when done.
Hosted by OOO Right now we're asking players to login first.

Description

Library Computer Access/Retrieval System, (files are encrypted with flag22.txt of LCARS022, flag is in flag333.txt)

First see the other LCARS levels.

line_weight LCARS.zip

Hints

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