18 lines
500 B
Markdown
18 lines
500 B
Markdown
|
# 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
|