[OvertheWire] bandit 1-34문제풀이

[OverTheWire] bandit28 -> bandit29 풀이

Rabbit foot 2024. 12. 29. 17:03
반응형
SMALL

bandit27 ->bandit28

[1] ssh://bandit28-git@localhost/home/bandit28-git/repo 에 git저장소에 있습니다. 사용자의 비밀번호는  bandit28-git사용

     자와 동일합니다.

bandit27 -> bandit28

[2] bandit28@bandit:~$ mkdir /tmp/git29

[3] bandit28@banit:~$ cd /tmp/git29

 

bandit28 -> bandit29

[4]   yes  침

bandit28 -> bandit29

[5] bandit28-git@localhost's password: bandit28 비밀번호 복사해서 붙여넣기

bandit28 ->bandit29

[6] bandit28@bandit:/tmp/git29$ ls -al

     repo 파일 확인

[7] bandit28@bandit:/tmp/git29 $ cd repo

[8] bandit28@bandit:/tmp/git29 $ ls -al

     README.md

bandit27 ->bandit28

[9] bandit28@bandit:/tmp/git29 $ cat README.md

     - username: bandit29

     - password: XXXXXX

       비밀번호가  확인이 안된다.

bandit27 -> bandit28

[10] bandit28@bandit:/tmp/git29 $ git log 

       commit: xxxxxxxx

       commit: xxxxxxxx

       commit: xxxxxxxx

   

bandit28 ->bandit29

[11]  bandit28@bandit:/tmp/git29 $ git show xxxxxxxxxx

 

bandit28 -> bandit29

[12]  password:  xxxxxxxxxx    (bandit29 비밀번호 확인)

반응형
LIST