tutorial · bandit

Bandit Level 31

Git repo: you may need to modify files and push/commit per instructions.
banditgitcommit
Optional narration
Marks this level complete in your browser.

Goal

Clone:

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

and find the password for the next level.

Hints

  • Read README carefully—these levels sometimes require making a commit.
  • Common flow:
    • edit a file
    • git add
    • git commit
    • maybe git push
Solution (click to reveal)

On your local machine:

cd ~/overthewire

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

cat README

Follow the repo instructions. The password typically appears in server output or in a file after the required git action.