Wargame/Bandit2022. 4. 7. 01:42Bandit Level 30 → Level 31

Level Goalssh://bandit30-git@localhost/home/bandit30-git/repo에 깃 저장소가 있습니다.bandit30-git 사용자에 대한 패스워드는 bandit30 사용자와 같습니다. 저장소를 클론하고 다음 레벨을 위한 패스워드를 찾아보세요. Commands you may need to solve this levelgitAnswer$ ls -al$ mkdir /tmp/mydir7$ cd /tmp/mydir7$ git clone ssh://bandit30-git@localhost/home/bandit30-git/repo$ ls -al$ cd repo$ cat README.md$ git branch -a$ git show-ref                          ..

image