-
[Linux 공부] Bandit wargames 0~1 단계 catLinux 2025. 5. 18. 21:02728x90반응형
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> 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
overthewire.org
0 ~ 1단계는 cat으로 file을 읽는 간단한 문제입니다.
1. SSH 접속
0 ~ 1단계 접속 비밀번호는 bandit0 입니다.
ssh bandit0@bandit.labs.overthewire.org -p 2220
2. 파일 읽기
ls로 현재 디렉토리에 있는 파일들을 확인 후 cat 명령어로 파일을 읽습니다.
cat readme 결과 Congratulations on your first steps into the bandit game!! Please make sure you have read the rules at https://overthewire.org/rules/ If you are following a course, workshop, walkthrough or other educational activity, please inform the instructor about the rules as well and encourage them to contribute to the OverTheWire community so we can keep these games free! The password you are looking for is: ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If
728x90반응형'Linux' 카테고리의 다른 글
[Linux 공부] Bandit wargames 2~3 단계 cat 공백 문자 (0) 2025.05.18 [Linux 공부] Bandit wargames 1~2 단계 cat 경로 지정 (0) 2025.05.18 [Linux 공부] Bandit wargames 0 단계 SSH (0) 2025.05.17 [홈 서버 만들기] 1. Ubuntu Wi-Fi 연결하기 (0) 2025.02.16 Docker 공부하면서 Linux 공부하기 (0) 2024.04.05