Bandit 1 ( level 0->1 )
Last updated
Last updated
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 (on port 2220) to log into that level and continue the game.
ls , cd , cat , file , du , find
TIP: Create a file for notes and passwords on your local machine!
Passwords for levels are not saved automatically. If you do not save them yourself, you will need to start over from bandit0.
Passwords also occassionally change. It is recommended to take notes on how to solve each challenge. As levels get more challenging, detailed notes are useful to return to where you left off, reference for later problems, or help others after you’ve completed the challenge.
SSH into bandit0 user:
Now provide the password:
After ssh successfully, let's try to capture the flag. So, I basically just list all the files:
We can see that there's a file called "readme", looks like what we're looking for. Let's take a look at it.
There we go, we captured our flag.
Remember that the flag we captured in each levels will be mostly used as a ssh key to the next level.