-
[Linux 공부] Bandit wargames 28~29 단계 git logLinux 2025. 5. 20. 19:05728x90반응형
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> Level Goal There is a git repository at ssh://bandit28-git@localhost/home/bandit28-git/repo via the port 2220. The password for the user bandit28-git is the s
overthewire.org
이번 문제는 git 명령어 문제라고 봐도 무방합니다.
1. SSH 접속
28 ~ 29 단계 접속 비밀번호는 Yz9IpL0sBcCeuG7m9uQFt8ZNpS4HZRcN 입니다.
ssh bandit28@bandit.labs.overthewire.org -p 222202. git log
mkdir /tmp/nono cd /tmp/nono # 포트 입력 한줄 알고 헤맸습니다.. git clone it clone ssh://bandit28-git@localhost:2220/home/bandit28-git/repo cd repo cat README.md # 응답 # Bandit Notes Some notes for level29 of bandit. ## credentials - username: bandit29 - password: xxxxxxxxxx git log # 응답 commit 674690a00a0056ab96048f7317b9ec20c057c06b (HEAD -> master, origin/master, origin/HEAD) Author: Morla Porla <morla@overthewire.org> Date: Thu Apr 10 14:23:19 2025 +0000 fix info leak commit fb0df1358b1ff146f581651a84bae622353a71c0 Author: Morla Porla <morla@overthewire.org> Date: Thu Apr 10 14:23:19 2025 +0000 add missing data commit a5fdc97aae2c6f0e6c1e722877a100f24bcaaa46 Author: Ben Dover <noone@overthewire.org> Date: Thu Apr 10 14:23:19 2025 +0000 initial commit of README.md git checkout fb0df1358b1ff146f581651a84bae622353a71c0 git branch # 응답 * (HEAD detached at fb0df13) master cat READDME.md # 응답 # Bandit Notes Some notes for level29 of bandit. ## credentials - username: bandit29 - password: 4pT1t5DENaYuqnqvadYs1oE4QLCdjmJ7728x90반응형'Linux' 카테고리의 다른 글
[Linux 공부] Bandit wargames 30~31 단계 git (0) 2025.05.20 [Linux 공부] Bandit wargames 29~30 단계 git (0) 2025.05.20 [Linux 공부] Bandit wargames 27~28 단계 git repo (0) 2025.05.20 [Linux 공부] Bandit wargames 26~27 단계 more & setuid & set (0) 2025.05.20 [Linux 공부] Bandit wargames 25~26 단계 more (0) 2025.05.20