write-ups-challenges-2023-2024/unbreakable-1/README.md
2023-11-28 16:24:59 +01:00

18 lines
497 B
Markdown

# Unbreakable 1
## Text
They always told me that long passwords are secure so I used a suuper long password to secure my
secrets. You can try to break it but I guarantee that you won't get in.
**note**: Ubuntu 22.04.3 LTS
**note**: Plain bruteforcing is not allowed and won't work, it will just make the server slower for everyone.
You can connect to my password vault via `nc localhost 3003`.
**TODO**: SET LOCALHOST IP
## Files
- `src/unbreakable.c`
## How to Deploy
docker compose up