write-ups-challenges-2023-2024/unbreakable-2
Robbe De Greef 7e677ee86c intitial commit 2023-11-28 16:24:59 +01:00
..
src intitial commit 2023-11-28 16:24:59 +01:00
README.md intitial commit 2023-11-28 16:24:59 +01:00
SOLUTION.md intitial commit 2023-11-28 16:24:59 +01:00

README.md

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