Wargame/Bandit2022. 4. 9. 11:10Bandit Level 32 → Level 33

Level GoalAfter all this git stuff its time for another escape. Good luck!git과 관련된 모든 것은 끝났습니다. 탈출을 위한 시간입니다. 행운을 빌게요!Commands you may need to solve this levelsh, manAnswer>> id>> man>> bash          // 아무리 입력해봐도 대문자로만 나온다. bandit31 계정으로 로그인을 하여 bandit32 계정의 종류를 알아본다.bandit31@bandit:~$ cat /etc/passwd      // /home/bandit32/uppershell 대문자로만 바꿔주는 쉘임을 확인.bandit31@bandit:~$ ls -al /home/bandit32/up..

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