Home Bandit [Level 7] - Overthewire
Post
Cancel

Bandit [Level 7] - Overthewire

ssh bandit7@bandit.labs.overthewire.org -p 2220
bandit password: z7WtoNQU2XfjmMtWA8u5rN4vzqu4v99S

Task

The password for the next level is stored in the file data.txt next to the word millionth

Solution

Using the command below to read the file and then grep the word millionth.

1
2
bandit7@bandit:~$ cat data.txt | grep millionth
millionth       TESKZC0XvTetK0S9xNwm25STk5iWrBvP

Looki passwd ==>

==> CTF: { TESKZC0XvTetK0S9xNwm25STk5iWrBvP }

This post is licensed under CC BY 4.0 by the author.