Bandit
Level 30
There is a git repository at ssh://bandit30-git@localhost/home/bandit30-git/repo. The password for the user bandit30-git is the same as for the user bandit30.
Clone the repository and find the password for the next level.
Solution
We clone the repository in /tmp
directory.
Like in previous level, we check below things, but no password:
- Inspecting files via git log
does give us password
- There are no remote branches configured.
Inspecting some more, we see that there is a git tag present named secret
. Inspecting the tag using git show
reveals our password!.
Solution Screenshot: