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

Commands you may need to solve this level

ls , cd , cat , file , du , find


비밀번호는 홈 디렉토리의 spaces in this filename 파일 내부에 있다.

파일 명에 공란이 들어간경우 \를 사용한다.

bandit2@bandit:~$ ll
total 24
drwxr-xr-x  2 root    root    4096 Oct  5 06:19 ./
drwxr-xr-x 70 root    root    4096 Oct  5 06:20 ../
-rw-r--r--  1 root    root     220 Jan  6  2022 .bash_logout
-rw-r--r--  1 root    root    3771 Jan  6  2022 .bashrc
-rw-r--r--  1 root    root     807 Jan  6  2022 .profile
-rw-r-----  1 bandit3 bandit2   33 Oct  5 06:19 spaces in this filename
bandit2@bandit:~$ cat ./spaces\ in\ this\ filename
aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG

 

다음 레벨로 GOGO

'WarGame > Bandit WarGame' 카테고리의 다른 글

Bandit WarGame 4 -> 5  (0) 2023.11.10
Bandit WarGame 3 -> 4  (0) 2023.11.10
Bandit WarGame 1->2  (0) 2023.11.10
Bandit WarGame Level0 -> 1  (0) 2023.11.10
Bandit WarGame 접속  (0) 2023.11.10

+ Recent posts