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