분류 전체보기 (94) 썸네일형 리스트형 Overthewire : Bandit Level 4 → Level 5 시작 안녕하세요! :D 이번에는 Level 4 → Level 5를 풀어볼까요?? root@goorm:/# ssh bandit4@bandit.labs.overthewire.org -p2220 문제 Level Goal The password for the next level is stored in the only human-readable file in the inhere directory. Tip: if your terminal is messed up, try the “reset” command. 패스워드는 inhere 디렉터리에 human-readable, 사람이 읽을 수 있는 파일로 저장되어 있답니다. 일단 inhere 디렉터리로 들어가볼까요? bandit4@bandit:~$ cd inhere/ ban.. Overthewire : Bandit Level 3 → Level 4 시작 안녕하세요!! :D 이번엔 Level 3 → Level 4를 풀어보도록 하겠습니다. root@goorm:/# ssh bandit3@bandit.labs.overthewire.org -p2220 문제 Level Goal The password for the next level is stored in a hidden file in the inhere directory. inhere 디렉터리에 숨김 파일로 패스워드가 들어가 있답니다. 바로 들어가보죠! bandit3@bandit:~$ ls -l total 4 drwxr-xr-x 2 root root 4096 Oct 16 14:00 inhere inhere 디렉터리가 보입니다. `cd 명령어를 통해 진입해 봅시다. bandit3@bandit:~$ cd in.. Overthewire : Bandit Level 2 → Level 3 시작 안녕하세요 :D 지난 시간에 이어서 Level 2 → Level 3 를 풀어보도록 하겠습니다 ! root@goorm:/# ssh bandit2@bandit.labs.overthewire.org -p2220 문제 Level Goal The password for the next level is stored in a file called spaces in this filename located in the home directory home 디렉터리 속 spaces in this filename 라는 파일에 패스워드가 있답니다. 3연속으로 cat을 사용하는 문제네요. ls로 확인해봅시다! bandit2@bandit:~$ ls -l total 4 -rw-r----- 1 bandit3 bandit2 33 .. Overthewire : Bandit Level 1 → Level 2 시작 안녕하세요 :D 이번에는 지난 시간에 얻었던 bandit1의 패스워드로 Level 1 → Level 2로 가봅시다!! root@goorm:/# ssh bandit1@bandit.labs.overthewire.org -p2220 문제 Level Goal The password for the next level is stored in a file called - located in the home directory Level 0 → Level 1과 비슷한 느낌이네요. home 디렉터리에 -라는 파일이 bandit2의 패스워드를 가지고 있나 봅니다. 지난번과 똑같이 ls 명령어로 확인해볼까요? bandit1@bandit:~$ ls -l total 4 -rw-r----- 1 bandit2 bandit1 3.. Overthewire : Bandit Level 0 → Level 1 시작 안녕하세요 :D 이번에는 Level 0에 이어, Level 0 → Level 1을 해결해보자 합니다! 지난번에 접속했던 쉘에서 계속해서 진행하시면 됩니다!! 문제 Level Goal The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game. password가 home디렉터리에 있는 readme 파일에 저장.. Overthewire : Bandit Level 0 시작 안녕하세요 :D 보안에 막 뛰어든 뉴비 해커입니다. 지금부터 리눅스(Linux) 라는 운영체제를 CTF 문제를 통해 쉽게 익히도록 도와주는 overthewire 의 Bandit 수준을 풀어보도록 하겠습니다. 접속 방법 overthewire 홈페이지(http://overthewire.org/wargames/) 접속 후 Bandit 탭으로 가보면 Level 들이 있는 것을 확인할 수 있습니다. 이제, Level 0 으로 가보겠습니다. Level Goal The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on po.. 이전 1 ··· 9 10 11 12 다음