Bait A Phish
Bait A Phish
Security Pulse
tutorial · bandit

Bandit Level 31

Git repo: you may need to modify files and push/commit per instructions.
banditgitcommit
Narration (cached)
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

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.

Bandit Level 30Bandit Level 32