일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Leviathan
- SQLi
- php 파일 업로드하기
- php
- php login page
- over the wire
- Cryptography
- php To Do List
- Authentication
- BANDiT
- php file upload
- overthewire
- ssrf
- Cookie
- Recon
- War Game
- privilege escalation
- OS Command Injection
- php 로그인 페이지 만들기
- sql injection
- active recon
- tryhackme
- active reconnaissance
- 파일 업로드 취약점
- THM
- Reconnaissance
- access control
- FTZ
- file upload
- Server Side Request Forgery
Archives
- Today
- Total
R's Hacking Daily Log
FTZ Hacker school - level 1 본문
[ level1 접속 ] :: hint file을 읽어보니 level2 권한에 setuid가 걸려있다고 한다.
root directory 아래에 있는 파일(directory) 중 level2로 setuid가 설정된 파일을 찾아봤다.
[ setuid - level2 ] :: 결과가 출력된 걸 쭉 확인해 보니 Permission denide가 아닌 /bin/ExecuteMe를 발견.
[ /bin/ExecuteMe ] :: 해당 파일을 실행해 보니 원하는 명령을 한 가지 실행시켜준다고 한다.
단, chmod & my-pass는 제외. 그렇다면.. /bin/bash를!!
[ change user ] :: /bin/bash를 실행하고 보니 맨 앞에 user가 level2로 바뀐 걸 볼 수 있다.
현재 user 권한이 level2라면 my-pass를 실행해 비밀번호를 얻을 수 있다.
[ find password for level2 ] :: my-pass command를 실행하면 level2의 passwd를 얻을 수 있다.
! level2 password = "hacker or cracker"
'FTZ' 카테고리의 다른 글
FTZ Hacker school - level6 (0) | 2023.03.20 |
---|---|
FTZ Hacker school - level 5 (0) | 2023.03.17 |
FTZ Hacker school - level 4 (0) | 2023.03.17 |
FTZ Hacker school - level 3 (0) | 2023.03.17 |
FTZ Hacker school - level 2 (0) | 2023.03.17 |
Comments