일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ssrf
- privilege escalation
- overthewire
- php 로그인 페이지 만들기
- 파일 업로드 취약점
- Reconnaissance
- tryhackme
- over the wire
- Recon
- SQLi
- access control
- php 파일 업로드하기
- OS Command Injection
- THM
- Leviathan
- active reconnaissance
- Authentication
- sql injection
- Cookie
- php
- active recon
- php login page
- Server Side Request Forgery
- FTZ
- Cryptography
- War Game
- php To Do List
- file upload
- php file upload
- BANDiT
Archives
- Today
- Total
목록leviathan3 (1)
R's Hacking Daily Log
Leviathan3 -> Leviathan4
Connection : ssh leviathan3@leviathan.labs.overthewire.org -p 2223 username : leviathan3 Kali linux - Terminal ] level3라는 파일 확인. 실행해보면 password를 입력하라고 한다. 틀린 password를 입력하면 "bzzzzzzzzap. WRONG"! (z가 몇 개일까..?) ltrace로 확인해 보니, 눈에 띄는 strcmp()이!!! 일치해야하는 문자열이 "snlprintf" (= password) 바-로 password에 입력해 준다. 올바른 password를 입력하니 shell을 준다. shell을 획득한 시점에서 user는 leviathan4! 덕분에 /etc/leviathan_pass/leviath..
OverTheWire/Leviathan
2023. 1. 6. 08:28