dc2019q - LCARS000
This was a jeopardy challenge, part of dc2019q.
Points: 156
Was solved by:
24
teams
You may spawn the server:
On your laptop
- Install docker
docker pull archiveooo/pub:LCARS000
(docker-saved download)docker run -d --name lcars000 archiveooo/pub:LCARS000
- Local IP:
docker inspect lcars000 -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/dc2019q-LCARS000
(notice below)cd LCARS000
./spawner --log-level=INFO
- Connect to the
ip:port
displayed
Hosted by OOO
Right now we're asking players to login first.Description
Library Computer Access/Retrieval System
This challenge exists in different variations and difficulty levels. Start with this one (LCARS000). Source code is also public under this name.
Files are shared and include multiple flags, make sure to submit the right one on each challenge page.
LCARS init.sys loader.sys crypto.sys echo.sys
Hints
None yet :(
If you wish, you can contribute some.