분류 전체보기

Bandit:Level 21 - Level 26

Level 21 -> Level 22 - Hint A program is running automatically at regular intervals from cron, the time-based job scheduler. Look in /etc/cron.d/ for the configuration and see what command is being executed. - cron 사용자가 특정 시간에 반복적으로 작업을 예약하는 명령을 입력할 수 있는 유틸리티 프로그램 min(0-59) | housr(0-23) | day of month(1-31) | month(1-12) | day of week(0-6)(sun-sat) | 명령어 ex) * * * * * bandit22 /usr/bin/cronjob_..

linux/OverTheWire 2023.09.12

Bandit:Level 13 - Level 20

Level13 - Hint The password for the next level is stored in /etc/bandit_pass/bandit14 and can only be read by user bandit14. For this level, you don’t get the next password, but you get a private SSH key that can be used to log into the next level. Note: localhost is a hostname that refers to the machine you are working on - ssh 명령어 -i 옵션을 이용하여 private_key를 명시하면 서버에 접속이 가능함 bandit13@bandit:~$ ls..

linux/OverTheWire 2023.09.12