일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Cookie
- Authentication
- BANDiT
- War Game
- php 로그인 페이지 만들기
- active recon
- Reconnaissance
- THM
- ssrf
- tryhackme
- php To Do List
- 파일 업로드 취약점
- privilege escalation
- php login page
- active reconnaissance
- Server Side Request Forgery
- php 파일 업로드하기
- Leviathan
- file upload
- OS Command Injection
- php file upload
- php
- access control
- Recon
- sql injection
- FTZ
- over the wire
- SQLi
- Cryptography
- overthewire
Archives
- Today
- Total
목록rootme (1)
R's Hacking Daily Log
RootMe
[ TryHackMe - RootMe ] target ip에 port scan을 해본다. 22&80 port가 열려있는 것을 확인할 수 있다. 80 port가 열려있으니 browser로 target ip에 접속해 보자. " root@rootme:~# can you root me?"라는 문구가 나온다. 메인 페이지에서는 더 얻을 만한 데이터가 없는 거 같으니 directory를 찾아보자. gobuster로 brute-force해보니 /uploads & /panel 이 나왔다. /uploads에는 해당 ip로 업로드한 파일 목록이 뜨는 페이지고, /panel은 위에 사진과 같이 파일을 업로드할 수 있는 페이지이다. 이걸 이용해서 php reverse shell을 다운로드하여 target 서버에 올려보자! 사..
TryHackMe/Challenge - WriteUp
2023. 1. 27. 12:22