반응형
SMALL

bandit13 -> bandit14

[1] bandit14비번을 찾는 방법., /etc/bandit_pass/bandit14 에서 있으며, ssh 접속을 통해 bandit14 비번이

     확인이 가능하다.

[2] ssh : 리눅스서버 원격 접속할때 사용하는 명령어이다. 네트워크 통신에 제약이 없는 로컬pc에서 접속 툴을

              이용해서 접속이 가능하고 다른 리눅스 서버로도 접속이 가능하다. PORT 22번을 사용하고 프로토콜로써 

              기본 암호화 방식을 지원하고 중간에 암호를 해킹을 당해도 원본을 알 수 없고 강력한 인증 방식을 지원

      ssh서버 실행파일 :  /etc/sbin/sshd

      ssh클라이언트 실행 파일 : /etc/bin/ssh

bandit13 -> bandit14

[3] Host Name : bandit.labs.overthewire.org     Port: 2220

bandit13 ->

[4] bandit13@bandit:~$ ls
     sshkey.private

 

[5]  bandit13@bandit:~$ ssh -i sshkey.private bandit14@bandit.labs.overthewire.org -p2220

bandit13 -> bandit14

 [6]  맨 마지막 줄 Are you sure you want to continue connection (yes/no/[fingerprint]) ?  yes 입력

bandit13 -> bandit14

[7]  bandit13@bandit:~$ cd /etc/bandit_pass

[8]  bandit13@bandit:/etc/bandit_pass$ cat bandit14

     bandit14비번 확인

반응형
LIST

+ Recent posts