매일 해킹공부 10일차 레벨 16!!
이번에는 포트 범위를 알려주면서
먼저 어떤 포트에서 리슨 중인지 찾아야 한다고 한다.

포트 스캐닝을 위해 nmap 을 활용한다.

열려있는 포트를 openssl로 확인해보면
31790번 포트에 비밀번호를 입력하면 다음과 같은 키값을 준다.

키 값을 따로 저장 후
ssh를 통하여 다음레벨로 접근 후 비밀번호를 알아낸다.

openssl / ssh 사용법은 level 14(https://dreamaccomplir.tistory.com/15)
level15(https://dreamaccomplir.tistory.com/16)풀이를 참고 하시면 됩니다!
'매일 해킹공부 > Bandit' 카테고리의 다른 글
Bandit Level 18 → Level 19 풀이 (0) | 2022.10.11 |
---|---|
Bandit Level 17 → Level 18 풀이 (0) | 2022.10.11 |
Bandit Level 15 → Level 16 풀이 (0) | 2022.10.09 |
Bandit Level 14 → Level 15 풀이 (0) | 2022.10.09 |
Bandit Level 13 → Level 14 풀이 (0) | 2022.10.07 |