Bandit Level 9 → Level 10
https://overthewire.org/wargames/bandit/bandit10.html
The password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters.
We can use strings to get human-readable strings and grep to find the "=".
Last updated