Level2 문제
Level2 풀이
ls 명령어로 확인해보면 문제의 설명처럼 패스워드가 포함되어 있는 spaces in this filename 이라는 파일이 보인다.
cat 명령어를 이용해 spaces in this filename 파일을 출력하려 했으나 띄어쓰기가 되어 있는지 디렉토리로
인식되기 때문에 끈따옴표를 묶어서 실행하면 정상적으로 인식되어 비밀번호가 출력된다.
더보기
UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK
'CTF Write-UP > overthewire.org (완료)' 카테고리의 다른 글
Bandit Level 5 → Level 6풀이 (0) | 2021.09.08 |
---|---|
Bandit Level 4 → Level 5 풀이 (0) | 2021.09.08 |
Bandit Level 3 → Level 4 풀이 (0) | 2021.09.08 |
Bandit Level 1 → Level 2 풀이 (0) | 2021.09.05 |
Bandit Level 0 → Level 1 풀이 (0) | 2021.09.03 |
댓글