OverTheWire: Bandit Level 27

This is going to be a walkthrough of Level 27 of Bandit from OverTheWire Wargames.

We found the password from level 26.

Username: bandit27
Password: 3ba3118a22e93127a4ed485be72ef5ea

The information on the website tells us that we need to use git to clone a repository to get the password for the next level.
So first we will SSH into the level and create a directory in tmp/.

Now we can use git to clone the repository.

And as we look into the repository, we come across a file called README which contains the password for the next level.

To continue, please read my Bandit 28 walkthrough. Level 28

Thank you for reading. :+1: