Level goal: The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH to log into that level and continue the game.
This level is a simple giveaway too. Simply run ls to view the current directory as instructed by the level’s hint, and then cat the readme file to view its content.
[email protected]:~$ ls readme [email protected]:~$ cat readme boJ9jbbUNNfktd78OOpsqOltutMc3MY1
The password to level 1 environment is boJ9jbbUNNfktd78OOpsqOltutMc3MY1
Pingback: OverTheWire: Bandit Write-up | My Learning Journey