write-ups-challenges-2023-2024/unbreakable-2/README.md

18 lines
500 B
Markdown
Raw Normal View History

2023-11-28 15:24:59 +00:00
# Unbreakable 2
## Text
Ok so my previous password was apparently somehow "crackable" so I solved it in the next version of my program.
This time nobody will be able to access my beatiful flags.
**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 3004`.
**TODO**: SET LOCALHOST IP
## Files
- `src/unbreakable-2.c`
## How to Deploy
docker compose up