[bandit] Level 17 → Level 18

우주먼지·2024년 4월 8일
0

[War Game]Bandit

목록 보기
19/34
post-custom-banner

Bandit Level 17 → Level 18
Level Goal
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

Sol)
이번엔 두 파일에서 차이점을 찾으면 그게 비밀번호라고 한다. 두 파일을 비교하기 위해 diff 명령어를 사용해서 비교하도록 한다.

# diff [OPTION]... FILES
diff passwords.old passwords.new

'>'표시 다음으로 있는 것이 변경된 내용인 것 같다. 바로 넣어보자

접속이 되었다가 'Byebye !'가 출력되고 바로 접속이 끊긴다. 문제에서 기록되어 있는대로 다음으로 넘어가서 문제를 확인해보자

profile
오늘보다 내일 더 문제가 많았으면 좋겠다.
post-custom-banner

0개의 댓글