출처 :
http://warsolve.org/w_bandit/ko-kr/bandit-level3-to-level4.aspx
풀이과정 :
inhere 디렉터리에 위치한 히든파일을 읽어 다음 레벨로 가는 암호를 얻는다.
풀이과정 :
1. inhere 디렉터리의 목록을 확인한다.
2. 히든파일을 읽는다.
히스토리 :
bandit3@melinda:~$
ls -al
total 24
drwxr-xr-x 3 root root 4096 Nov 14 2014 .
drwxr-xr-x 172 root root 4096 Jul 10 2016 ..
-rw-r--r-- 1 root root 220 Apr 9 2014 .bash_logout
-rw-r--r-- 1 root root 3637 Apr 9 2014 .bashrc
-rw-r--r-- 1 root root 675 Apr 9 2014 .profile
drwxr-xr-x 2 root root 4096 Nov 14 2014 inhere
bandit3@melinda:~$
ls -al inhere/
total 12
drwxr-xr-x 2 root root 4096 Nov 14 2014 .
drwxr-xr-x 3 root root 4096 Nov 14 2014 ..
-rw-r----- 1 bandit4 bandit3 33 Nov 14 2014 .hidden
bandit3@melinda:~$
bandit3@melinda:~$
cat inhere/.hidden
pIwrPrtPN36QITSp3EQaw936yaFoFgAB
bandit3@melinda:~$
'----WARGAME---- > Bandit' 카테고리의 다른 글
Bandit Level 5 → Level 6 풀이 (리눅스 파일 속성 확인) (0) | 2017.07.08 |
---|---|
Bandit Level 4 → Level 5 풀이 (리눅스 파일 속성 확인) (0) | 2017.07.07 |
Bandit Level 2 → Level 3 풀이 (리눅스 공백 파일 읽기) (0) | 2017.07.07 |
Bandit Level 1 → Level 2 풀이 (리눅스 대시[-] 파일 읽기) (0) | 2017.07.06 |
Bandit Level 0 → Level 1 풀이 (0) | 2017.07.06 |