-
[Linux 공부] Bandit wargames 30~31 단계 gitLinux 2025. 5. 20. 22:56728x90반응형
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://bandit30-git@localhost/home/bandit30-git/repo via the port 2220. The password for the user bandit30-git is the s
overthewire.org
30 ~ 31 단계 문제는 참...오래 걸린 문제입니다.
혹시 몰라 브랜치도 다 보고 혹시 숨겨있을까 .git 디렉토리도 다 확인했었습니다.
1. SSH 접속
30 ~ 31 단계 접속 비밀번호는 qp30ex3VLz5MDG1n91YowTv4Q8l7CDZL 입니다.
ssh bandit30@bandit.labs.overthewire.org -p 22202. git show-ref
# 전 단계와 똑같이 파일을 만들고 git clone을 합니다. # 해당 문제는 log에 별다른게 없습니다. # 해당 문제는 branch -a로는 정답을 확인 할 수 없습니다. # branch도 다 들어가서 확인 해봤지만 ... 없습니다. git show-ref # 응답 fb05775f973256dc6d8d5bb6a8e6b96b0d8795c8 refs/heads/master fb05775f973256dc6d8d5bb6a8e6b96b0d8795c8 refs/remotes/origin/HEAD fb05775f973256dc6d8d5bb6a8e6b96b0d8795c8 refs/remotes/origin/master 84368f3a7ee06ac993ed579e34b8bd144afad351 refs/tags/secret git show 84368f3a7ee06ac993ed579e34b8bd144afad351 # 응답 fb5S2xb7bRyFmAvQYQGEqsbhVyJqhnDy728x90반응형'Linux' 카테고리의 다른 글
[Linux 공부] Bandit wargames 32~33 단계 login shell & $0 (0) 2025.05.20 [Linux 공부] Bandit wargames 31~32 단계 git (0) 2025.05.20 [Linux 공부] Bandit wargames 29~30 단계 git (0) 2025.05.20 [Linux 공부] Bandit wargames 28~29 단계 git log (1) 2025.05.20 [Linux 공부] Bandit wargames 27~28 단계 git repo (0) 2025.05.20