목록리눅스/Over The Wire (13)
메-모해봅시다.

Level Goal The password for the next level is stored in a hidden file in the inhere directory. Commands you may need to solve this level ls, cd, cat, file, du, find 목표 다음 단계로 가는 비밀번호는 inhere 디렉토리의 숨김파일에 있습니다. 이 단계를 해결할 때 유용한 명령어 ls, cd, cat, file, du, find -어떻게 풀까? 우선 cd inhere를 입력해 바로 inhere디렉토리로 들어가도록 하자. 그 후, ls를 입력해 inhere에 있는 파일들을 탐색해 봐도 아무것도 보이지 않는 것을 확인한다. 그러나 해결은 간단하다. ls 뒤에 모든 파일을 표시하라는..

Level Goal The password for the next level is stored in a file called spaces in this filename located in the home directory Commands you may need to solve this level ls, cd, cat, file, du, find 목표 다음 단계로 가는 비밀번호는 홈 디렉토리의 spaces in this filename(이 파일명에 공백)라는 파일에 있습니다. 이 단계를 해결할 때 유용한 명령어 ls, cd, cat, file, du, find -어떻게 풀까? 이번 단계는 정석으로 푸는 방법은 아마도 리눅스에서 공백으로 처리되는 \(백스페이스)로 공잭을 입력해 cat spaces\ in\ ..

Level Goal The password for the next level is stored in a file called - located in the home directory Commands you may need to solve this level ls, cd, cat, file, du, find 목표 다음 단계로 가는 비밀번호는 홈 디렉토리에있는 - 라는 파일에 저장되어 있습니다. 이 단계를 해결할 때 유용한 명령어 ls, cd, cat, file, du, find -어떻게 풀까? 이번 단계는 단순히 홈디렉토리에 있는 - 라는 파일을 열어 비밀번호를 얻으면 된다. 그러나 cat - 라고 입력할 시, 제대로 된 반응이 없다. 이는 - 가 특수문자이며 여러 명령어에 쓰이기 때문이라고 추측된다. 이..

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. Commands you may need to solve this level ls, cd, cat, file, du, find 목표 다음 단계로 가는 비밀번호는 홈 디렉토리에있는 readme 파일에 저장됩니다. ssh를 사용하여 ban..

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 port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1. Commands you may need to solve this level ssh 목표 이 단계에서의 목표는 SSH를 사용해 게임에 로그인 하는 것입니다. 연결할 호스트는 bandit.labs.over..