
풀어야 할 문제 : 파일 이름에 공백이 있을 때 어떻게 찾아야할까?
-> spaces in this file name 파일 참고
How to create, open, find, remove dashed filename in Linux | GoLinuxCloud
How to create, read, modify, find and remove dashed filename and directories in Linux. Open and access files & directories starting with (dash) and double dash (--)
www.golinuxcloud.com
appuals.com/how-to-handle-passing-filenames-with-spaces-in-bash/
How to Handle Passing Filenames with Spaces in Bash - Appuals.com
Linux has a default shell Bash (aka Bourne again shell) to execute commands for the system. Most programmers prefer bash over cmd because of the
appuals.com
-> use single or double quotation

그냥 cat spaces in this filename을 하면 아마 spaces, in, this, filename 이렇게 4개의 파일을 읽으라는 뜻으로 이해하는 것 같다.

방법은 두 개, 작따 or 큰따 사용
해결!
'Pwnable > Bandit' 카테고리의 다른 글
[Bandit Level 4 -> 5] human-readable 파일 찾기 (0) | 2021.05.08 |
---|---|
[Bandit Level 3 -> 4] 찾아라. hidden 파일 (0) | 2021.05.07 |
[Bandit Level 1 -> 2] 이름이 dash(-)인 파일 읽기 (0) | 2021.04.30 |
[Bandit Level0 -> 1] readme file에 있는 비밀번호 찾기 (0) | 2021.04.30 |
[Level 0] Bandit Wargame 준비하기 | 환경설정 (0) | 2021.03.17 |
댓글