Skip to main content

bandit27

·84 words·1 min· loading
Table of Contents
bandit - This article is part of a series.
Part 23: This Article
ssh [email protected] -p 2220 
#YnQpBuifNMas1hcUFk70ZmqkhUU2EuaS

There is a git repository at ssh://bandit27-git@localhost/home/bandit27-git/repo. 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.

ssh://bandit27-git@localhost/home/bandit27-git/repo에 git 저장소가 있습니다. 사용자 밴디트 27-git의 암호는 사용자 밴디트 27의 암호와 동일합니다. 리포지토리를 복제하고 다음 수준의 암호를 찾습니다.

풀이
#

자꾸 에러나서 인터넷을 찾아보았더니 서버정책이 변경됬단다 포트를 꼭 추가해줘야한다

#/tmp에서 진행
bandit27@bandit:/tmp/tmp.8KQzjF22CP$ git clone ssh://bandit27-git@localhost:2220/home/bandit27-git/repo

cat으로 읽으면 된다 The password to the next level is: AVanL161y9rsbcJIsFHuw35rjaOM19nR

bandit - This article is part of a series.
Part 23: This Article