일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- php 로그인 페이지 만들기
- Leviathan
- FTZ
- privilege escalation
- THM
- ssrf
- file upload
- php login page
- 파일 업로드 취약점
- War Game
- SQLi
- access control
- BANDiT
- php
- active reconnaissance
- php file upload
- php 파일 업로드하기
- OS Command Injection
- Recon
- Reconnaissance
- tryhackme
- Cookie
- over the wire
- Authentication
- sql injection
- active recon
- php To Do List
- Server Side Request Forgery
- Cryptography
- overthewire
Archives
- Today
- Total
R's Hacking Daily Log
Bandit29 본문
Overthewire - Bandit level 29
Connection : bandit29@bandit.labs.overthewire.org -p 2220
Bandit level29 ) 이번 level도 git repository를 down 받는 것부터 시작해 보자.
Kali linux - Terminal
/tmp directory를 만들어서 git repository를 다운로드한다.
README.md file을 읽어봤더니, password 부분에
"<no passwords in production!>"이라는 문구가 적혀있다.
이번 level에서도 바로 password를 알려줄 건 아닌가 보다.
혹시 몰라서 show command도 사용해 봤더니, 도움이 될 만한 정보를 얻지는 못했다.
이것저것 살펴보다가 branch command를 사용해보기로 했다.
확인해보니 origin/HEAD가 origin/master으로 변경된 듯하고, origin/dev를 한 번 확인해 볼까?_?
git show로 내용을 출력해보면 제일 윗줄에서 HEAD에서 dev로 변경된 것을 볼 수 있고,
password 부분에 제대로 된 비밀번호가 적혀 있다!!
Comments