[bandit] Level 2 → Level 3

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

[War Game]Bandit

목록 보기
4/34

Bandit Level 2 → Level 3
Level Goal
The password for the next level is stored in a file called spaces in this filename located in the home directory

Sol)
이번엔 공백이 들어간 파일을 열면 된다. Level 2와 마찬가지로 경로를 지정하거나 리다이렉트로 파일 내용을 출력하면 되는데, 사실상 썼던 방법은 'Tab'을 눌러서 자동완성 시켜버렸다. 보통은 파일 명의 공백 전에 백슬래시('∖')를 쓰고 공백을 입력하면 먹힌다.

파일 탐색 명령어로 파일을 찾아보니 파일명은 'spaces in this filename'인 것으로 확인

# 백슬래시로 공백을 포함한 파일명 출력
cat < spaces\ in\ this\ filename

# 따옴표(''), 쌍따옴표("")로 감싸도 가능
cat < 'spaces in this filename'

# 파일명 불러올 땐 'Tab'키를 이용해 자동완성을 많이 썼다.
cat < sp [Tab키 꾸욱]

이러면 끝.

level 4로 넘어간다.

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

0개의 댓글