일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tryhackme
- Cookie
- active reconnaissance
- php 파일 업로드하기
- Reconnaissance
- sql injection
- ssrf
- FTZ
- Cryptography
- Recon
- php To Do List
- file upload
- over the wire
- Authentication
- php
- THM
- War Game
- Leviathan
- active recon
- overthewire
- access control
- privilege escalation
- php login page
- php 로그인 페이지 만들기
- SQLi
- OS Command Injection
- BANDiT
- php file upload
- 파일 업로드 취약점
- Server Side Request Forgery
Archives
- Today
- Total
R's Hacking Daily Log
Bandit28 본문
Overthewire - Bandit level 28
Connection : bandit28@bandit.labs.overthewire.org -p 2220
username : bandit28
Bandit level28 ) 이번 문제에서 알려주고 있는 내용은 저번 level과 같다.
Kali linux - Terminal
이번 level도 저번 level과 같은 과정으로 repository를 down 받아준다.
파일을 열고 들어가 내용을 확인해 보니
"Credentials"이라는 내용으로 password의 값만 적혀 있지 않다. (?)
" git --help "로 이것저것 봐보다가 "show"라는 command를 사용해 봤다.
log도 해보고.. show도 해보고 하다 보니..!
이전에 있던 내용과 수정되어 추가된 내용의 기록이 출력된 것으로 passwd의 정보를 얻을 수 있었다.
Comments