../

OverTheWire - Bandit: Level 28 to Level 29


There is a git repository at ssh://bandit27-git@localhost/home/bandit27-git/repo via the port 2220. The password for the user bandit27-git is the same as for the user bandit27.

Clone the repository and find the password for the next level.

To clone the repository, we switch to a temporary directory and execute:

1$ git clone ssh://bandit27-git@localhost:2220/home/bandit27-git/repo

This will clone the repository into a folder named repo. Within this directory we can find the password for the next level in the file README

1$ cat README
2The password to the next level is: AVanL161y9rsbcJIsFHuw35rjaOM19nR

Kategorien: #/writeups/; #/overthewire/

Tags: #/security/; #/hacking/; #/bash/; #/linux/; #/ctf/