Bandit Level 30 β Level 31

Clone the repo:
git clone ssh://bandit30-git@localhost:2220/home/bandit30-git/repo
<Password>

ls
ls -la repo
cat repo/README.md

This time we do not have any commits or branches.
But git has another feature called tag:
Git tag is a reference that marks a specific commit, often used for versioning releases.
Lets see if we have any tags:
git tag

To show what is inside the secret:
git show secret

That is the password.
Last updated