분류 전체보기
-
[Linux 공부] Bandit wargames 29~30 단계 gitLinux 2025. 5. 20. 22:15
Level Goal There is a git repository at ssh://bandit29-git@localhost/home/bandit29-git/repo via the port 2220. The password for the user bandit29-git is the s" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit30.html" data-og-url="https://overthewire.org/wargames/bandit/bandit30.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we a..
-
[Linux 공부] Bandit wargames 28~29 단계 git logLinux 2025. 5. 20. 19:05
Level Goal There is a git repository at ssh://bandit28-git@localhost/home/bandit28-git/repo via the port 2220. The password for the user bandit28-git is the s" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit29.html" data-og-url="https://overthewire.org/wargames/bandit/bandit29.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we a..
-
[Linux 공부] Bandit wargames 27~28 단계 git repoLinux 2025. 5. 20. 18:29
Level Goal There is a git repository at ssh://bandit27-git@localhost/home/bandit27-git/repo via the port 2220. The password for the user bandit27-git is the s" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit28.html" data-og-url="https://overthewire.org/wargames/bandit/bandit28.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we a..
-
[Linux 공부] Bandit wargames 26~27 단계 more & setuid & setLinux 2025. 5. 20. 14:01
Level Goal Good job getting a shell! Now hurry and grab the password for bandit27! Commands you may need to solve this level ls" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit27.html" data-og-url="https://overthewire.org/wargames/bandit/bandit27.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we are good-looking. We are the 1%...
-
[Linux 공부] Bandit wargames 25~26 단계 moreLinux 2025. 5. 20. 02:08
Level Goal Logging in to bandit26 from bandit25 should be fairly easy… The shell for user bandit26 is not /bin/bash, but something else. Find out what it is" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit26.html" data-og-url="https://overthewire.org/wargames/bandit/bandit26.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we are..
-
[Linux 공부] Bandit wargames 24~25 단계 script 짜기Linux 2025. 5. 19. 22:57
Level Goal A daemon is listening on port 30002 and will give you the password for bandit25 if given the password for bandit24 and a secret numeric 4-digit pin" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit25.html" data-og-url="https://overthewire.org/wargames/bandit/bandit25.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we a..
-
[Linux 공부] Bandit wargames 23~24 단계 cron & 인내심Linux 2025. 5. 19. 19:40
Level Goal 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" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit24.html" data-og-url="https://overthewire.org/wargames/bandit/bandit24.html"> OverTheWire: Level GoalWe're hackers, and we are good-looking. ..
-
[Linux 공부] Bandit wargames 22~23 단계 crontabLinux 2025. 5. 19. 12:30
1. SSH 접속22 ~ 23 단계 접속 비밀번호는 tRae0UfB9v0UzbCdn9cY0gQnds9GF58Q 입니다.ssh bandit22@bandit.labs.overthewire.org -p 2220 2. crontab 살펴보기$(whoami)는 쉘 스크립트를 실행하는 주체의 계정 이름인데 지금 스크립트를 보면 bandit23 계정으로 실행하고 있기 때문에 whoami는 bandit23입니다.cat /etc/cron.dls결과clean_tmp cronjob_bandit22 cronjob_bandit23 cronjob_bandit24 e2scrub_all otw-tmp-dir sysstat#####cat cronjob_bandit23결과@reboot bandit23 /usr/bin/cron..