Level Goal
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.
Commands you may need to solve this level
git
0. 풀이에 필요한 개념
- git 명령어 및 개념
1. bandit27 로그인
3ba3118a22e93127a4ed485be72ef5ea #bandit27 passwd
2. 파일 정보확인
bandit27@bandit:/home$ ls -l | grep bandit27
drwxr-xr-x 2 root root 4096 Oct 16 2018 bandit27
bandit27@bandit:/home$ mkdir /tm/kokomaster
home의 권한은 root로 설정이 되어있어 /tmp 에서 git 다운로드를 진행해야 한다. mkdir 명령어를 이용 /tmp/kokomaster 폴더를 생성하고 해당 폴더에서 작업한다.
2. git 파일 다운로드
bandit27@bandit:/tmp/kokomaster$ git clone ssh://bandit27-git@localhost/home/bandit27-git/repo
git clone 경로 명령어를 이용해서 파일 다운로드가 가능하다
3. 파일확인
bandit27@bandit:/tmp/kokomaster/repo$ cat README
The password to the next level is: 0ef186ac70e04ea33b4c1853d2526fa2
repo 디렉토리로 이동후 README 파일을 읽었다.
4. bandit28 비밀번호
0ef186ac70e04ea33b4c1853d2526fa2