-
[Linux 공부] Bandit wargames 15~16 단계 ssl 통신Linux 2025. 5. 18. 23:52728x90반응형
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> Level Goal The password for the next level can be retrieved by submitting the password of the current level to port 30001 on localhost using SSL/TLS encryptio
overthewire.org
15 ~ 16 단계는 ssl 통신을 하는 간단한 문제입니다.
1. SSH 접속
15 ~ 16 단계 접속 비밀번호는 8xCjnmgoKbGLhHFAZlGE5Tmu4M2tKJQo 입니다.
ssh bandit15@bandit.labs.overthewire.org -p 2220
2. SSL 통신
openssl s_client -connect localhost:30001 ... read R BLOCK # 요청 8xCjnmgoKbGLhHFAZlGE5Tmu4M2tKJQo # 응답 Correct! kSkvUpMQ7lBYyCM4GBPvCvT1BfWRy0Dx closed
728x90반응형'Linux' 카테고리의 다른 글
[Linux 공부] Bandit wargames 18~19 단계 SSH (0) 2025.05.19 [Linux 공부] Bandit wargames 16~18 단계 nmap & ssl 통신 & diff (0) 2025.05.19 [Linux 공부] Bandit wargames 13~15 단계 ssh key 사용 및 네트워크 통신 (0) 2025.05.18 [Linux 공부] Bandit wargames 12~13 단계 헥스덤프 복원 및 압축 해제 (0) 2025.05.18 [Linux 공부] Bandit wargames 11~12 단계 tr 회전 글자 (0) 2025.05.18