gitBandit Level 30 β†’ Level 31

Clone the repo:

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

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:

To show what is inside the secret:

That is the password.

Last updated