Overthewire Bandit Level 7 To 8
Level goal
The password for the next level is stored in the file **data.txt** next to the word **millionth**
## Commands you may need to solve this level
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
Lets take a look
bandit7@bandit:~$ ls
data.txt
I’m not going to open the data.txt file here.. There’s a lot of info in it… So lets look at the word millionth.
bandit7@bandit:~$ grep millionth data.txt
millionth redacted
The password for level 8:
redacted
Connect to level 8.
bandit7@bandit:~$ ssh bandit8@localhost
#Accept the fingerprint ('yes') and enter the password.
On the next episode of Bandit…