OverTheWire - Bandit - Level 9 → Level 10
Warning: This post contains a solution!
Only continue if:
1.) you want to see a possible alternative solution or
2.) you are stuck and need a hint!
1.) you want to see a possible alternative solution or
2.) you are stuck and need a hint!
Connect to the server using the following credentials:
Server: bandit.labs.overthewire.org
Port: 2220
Username: bandit9
Password: UsvVxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Level Goal is:
The password for the next level is stored in the file data.txt in one of the few human-readable strings, beginning with several ‘=’ characters.
Let us first check, which file type the file ‘file.txt’ has:
|
|
It is a data file, no plaintext ASCII file. We can use the strings command to get all available strings in this file and pipe the output to grep to look for the pattern ’=’:
|
|