Monday, June 1, 2015

OverTheWire - Bandit - Level 1

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.

Commands you may need to solve this level

  • ls
  • cd
  • cat
  • file
  • du
  • find
  • man

Helpful Reading Material

  • man

We did everything we needed for this one in the previous one. Log into bandit0 again and run the following command.
cat ./readme

Log into bandit1 using the results of this command as the password.

No comments:

Post a Comment