Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 공부기록
- bandit level 11 -> level 12 문제풀이
- bandit level
- 취약점진단
- overthewire bandit 문제풀이
- bandit 비밀번호
- 오블완
- 보안
- 혼자공부하는네트워크
- overthewire bandit level 0
- 혼공네트
- 객체지향
- 네트워크이론정리
- 네트워크문제
- 티스토리챌린지
- bandit 문제풀이
- 네트워크정리
- 데이터와 로직
- sk루키즈
- 정보보안
- Dreamhack
- sk shieldus rookies 23기
- web hacking
- overthewire 문제
- 함수와 디버깅
- overthewire bandit 문제
- 포인터와 배열
- 해킹
- kbdinteractiveauthentication
- AWS
Archives
- Today
- Total
목록2024/12/08 (2)
아임노드

OverTheWire BanditLevel 14 -> Level 15 목표 : localhost에 특정 포트번호로 연결하기 포트번호 3000인 localhost에 접속하기 풀이 방법 1. bandit14 서버 접속ssh bandit14@bandit.labs.overthewire.org -p 2220 2. 문제 분석하기이번에는 따로 문제 내용을 하나하나 분석해보겠다.1. The password for the next level can be retrieved // 2. by submitting the password of the current level // 3. to port 30000 on localhost. //로 끊은 부분을 기준으로 순서대로 확인해보자.1. 다음 레벨의 패스워드를 되찾을 수 ..