본문으로 건너뛰기

bandit17

·96 단어수·1 분· loading
목차
bandit - 이 글은 시리즈의 일부입니다.
부분 13: 이 글
ssh [email protected] -p 2220  
#VwOSWtCA7lRKkTfbr2IDh6awj9RNZM5e

There are 2 files in the homedirectory: passwords.old and passwords.new. The password for the next level is in passwords.new and is the only line that has been changed between passwords.old and passwords.new NOTE: if you have solved this level and see ‘Byebye!’ when trying to log into bandit18, this is related to the next level, bandit19

password.old와 password.new 파일에서 다른 줄을 찾아라


풀이
#

정보
#

diff [file][file]

  • 두 (최대3) 파일간의 다른점 출력
  • u 옵션을 쓰면 근처의 내용도 보임
bandit17@bandit:~$ diff passwords.old passwords.new -d -w

#hga5tuuCLF6fFzUpnagiMN8ssu9LFrdg

이 비번으로 로그인하면 바로 종료된다

bandit - 이 글은 시리즈의 일부입니다.
부분 13: 이 글

 bandit16 bandit18