Bait A Phish
Bait A Phish
Security Pulse
tutorial · bandit

Bandit Level 30

Git repo: check tags/remotes/hidden refs for the password.
banditgittags
Narration (cached)
Marks this level complete in your browser.

Goal

Clone:

ssh://[email protected]:2220/home/bandit29-git/repo

and find the password for the next level.

Hints

Solution (click to reveal)

On your local machine:

cd ~/overthewire

git clone ssh://bandit29-git@bandit.labs.overthewire.org:2220/home/bandit29-git/repo bandit29-repo
cd bandit29-repo

git tag
# if you see tags:

git show <tagname>

If tags don’t exist, check branches and commits like the previous levels.

Bandit Level 29Bandit Level 31