tutorial · bandit

Bandit Level 32

Git repo: follow instructions (often involves branching or a special commit).
banditgit
Optional narration
Marks this level complete in your browser.

Goal

Clone:

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

and find the password for the next level.

Hints

  • Again: README is the contract.
  • If a command fails, check whether it expects a branch/tag.
Solution (click to reveal)

On your local machine:

cd ~/overthewire

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

cat README

Do what README says, then locate the password.