OverTheWire - Bandit - Level 30 → Level 31
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: bandit30
Password: 5b90xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Level Goal is:
There is a git repository at
ssh://bandit30-git@localhost/home/bandit30-git/repo
. The password for the userbandit30-git
is the same as for the userbandit30
.
Clone the repository and find the password for the next level.
Clone the repository and check folders/files.
|
|
Hmm, ok. First check if there are other branches available.
|
|
Doesn’t look so. Take a look at the git log.
|
|
Also nothing interesting here.Next check if there are tags.
|
|
One tag named secret
found. Checking the content reveals the password.
|
|