../

OverTheWire - Bandit: Level 10 to Level 11


Now the file data.txt also contains non human readable lines. The line containing the password is prefixed with several = characters. The strings command returns only human readable strings.

1$ strings data.txt | grep "^=="
2========== passwordk^
3========== is
4========== G7w8LIi6J3kTb8A7j9LgrywtEUlyyp6s

So the password for bandit10 is G7w8LIi6J3kTb8A7j9LgrywtEUlyyp6s

Kategorien: #/writeups/; #/overthewire/

Tags: #/security/; #/hacking/; #/bash/; #/linux/; #/ctf/