
Problem The password for the next level is stored in a file readme in the homedirectory. Unfortunately, someone has modified .bashrc to log you out when you log in with SSH. => homedirectory의 readme라는 파일에 비밀번호가 있다. 근데 어떤 놈이 수정을 해서 SSH로 로그인을 하면 log out 하게 수정했음. 그러니 알아서 들어가 봐라!! 라며 우리에게 주어진 힌트가 엄청 적네요. Conception 아래 링크의 내용을 참고합니다. [참조 : [리눅스 명령어] ssh (tistory.com)] 앞서 배웠던 내용을 이용하는 거라 크게 추가되는 것은 없습..

원래는 문제, 해설, 개념 순으로 작성했는데, 이제 문제->개념->해설 순으로 작성하려고 합니다. 개념은 보통 제가 문제를 풀면서 새롭게 알게 된 개념 위주이며, OverTheWire 사이트에서 추천해준 "Helpful Reading Material" 을 번역본으로 읽고 정리하거나, 구글링을 통한 정보입니다. Problem The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost. => port번호가 30000인 localhost 에 현재 레벨의 비밀번호를 제출함으로써 다음 레벨의 비밀번호를 얻을 수 있다 라고 하네요. Concept 우선 문..

오랜만에 하는 워게임이네요. 한 달 이내에 완성하는게 목표입니다. 우선 오늘 내용 시작할게요 Problem The password for the next level is the 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. => /etc/bandit_pass/ba..