반응형
overthewire.org 문제 풀이 / Bandit Level 21 → Level 22
먼저 /etc/cron.d/ 디렉토리를 보겠습니다.
cronjob_bandit22 파일의 내용을 보면 /usr/bin/cronjob_bandit22.sh를 실행하는 것으로 보입니다.
/usr/bin/cronjob_bandit22.sh 파일의 내용을 보면 /tmp/t.....gv 파일의 권한을 설정합니다.
그리고 /etc/bandit_pass/bandit22 패스워드 파일을 이 파일에 출력하게 되어 있습니다.
즉, 이 /tmp/t706...fgv 파일에 bandit22의 패스워드를 출력하는 것인데, 이 파일을 열어보면 패스워드를 확인할 수 있습니다.
반응형
'WarGame > [완]overthewire.org Bandit' 카테고리의 다른 글
overthewire.org 문제 풀이 / Bandit Level 23 → Level 24 (0) | 2020.10.13 |
---|---|
overthewire.org 문제 풀이 / Bandit Level 22 → Level 23 (0) | 2020.10.08 |
overthewire.org 문제 풀이 / Bandit Level 20 → Level 21 (0) | 2020.10.07 |
overthewire.org 문제 풀이 / Bandit Level 19 → Level 20 (0) | 2020.10.06 |
overthewire.org 문제 풀이 / Bandit Level 18 → Level 19 (0) | 2020.10.04 |