일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Leviathan
- FTZ
- ssrf
- php file upload
- 파일 업로드 취약점
- Authentication
- SQLi
- tryhackme
- over the wire
- THM
- php
- OS Command Injection
- active reconnaissance
- php login page
- Cookie
- privilege escalation
- php 로그인 페이지 만들기
- php 파일 업로드하기
- overthewire
- Server Side Request Forgery
- Reconnaissance
- BANDiT
- War Game
- php To Do List
- Cryptography
- access control
- active recon
- sql injection
- file upload
- Recon
Archives
- Today
- Total
목록bandit16 solution (1)
R's Hacking Daily Log

Overthewire - Bandit level16 Connection : bandit16@bandit.labs.overthewire.org -p 2220 username : bandit16 Bandit level16 ) localhost의 31000~32000 사이의 port를 사용해서 passwd를 제출하면 다음 level의 passwd를 얻을 수 있다고 한다. 이 문제를 풀기 위해서, 주어진 범위의 포트 중에서 ssl을 실행할 수 있는 port를 찾고 해당 port로 연결해서 passwd를 얻으면 되는 것 같다. 오직 하나의 서버가 ssl을 제대로 실행하고 나머지 서버는 알맞지 않은가 보다. kali linux -Terminal 주어진 범위에서 살아있는 port를 검색해보자. nmap command..
OverTheWire/Bandit
2022. 12. 20. 10:51