프롤로그bandit 문제 풀이저번 비밀번호는 ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5Ifcat 문제다음단계로 가는 비밀번호는 홈디렉터리의 -라는 위치에 저장되어 있다. 풀이과정- 이라는 파일을 읽으면 될 것이다.파일을 읽는 것은 cat 명령어를 사용하면 된다.2024.11.04 - [KnockOn] - [KnockOn] Linux/Ubuntu 운영체제 명령어 -1 [KnockOn] Linux/Ubuntu 운영체제 명령어 -1서론ELITE HACKER Bootcamp 3rd 1주차 수업 공부 내용aws 우분투 서버 하나 파서 연습which, pwd, ls, cat, more, less, echo, head, tail, grep, ifconfig which지정한 명령어의 실행 파일의 경로를 ..
Bandit
프롤로그bandit 사이트 문제 푼 거 비번 찾기 정리본https://overthewire.org/wargames/bandit/ 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. W" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit1.html" data-og-url="https://overthewire.org/wargames/bandit/bandit1...
프롤로그밴드잇좀 오랜만에 다시 풀려고 했으나, 비밀번호가 싹 바뀐 것 같다. 옛날대로 해보려했는데, 안 되네그래서 글 싹다 내리고 다시 작성해 보려고 한다. 문제ssh에 접근하는 것이 목표. 2220번 포트로 접속해라 로그인 하면 level1에 접속할 수 있는 정보가 있을 것이다. 문제 풀이ssh bandit0@bandit.labs.overthewire.org -p 2220이걸로 밴드잇에 접속한다문제에서 비밀번호는 bandit0라고 하였으니, 비밀번호 입력하고 접속접속하였고, 국룰 명령어 ls를 입력한다.readme 파일이 있고읽기 위해서 cat 명령어를 실행한다cat readme비밀번호는 ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If 이다. 에필로그비번이 바뀐건가;;왜 나만 접속이 안..