일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- BOJ
- 다익스트라
- 파이썬
- 힙
- 프로그래머스
- 브루트포스
- MYSQL
- 가상메모리 관리
- 에라스토테네스의 체
- 수학
- 스택
- level2
- N과M
- 딕셔너리
- 백준
- 재귀
- level0
- 그리디
- BFS
- 코딩테스트
- 운영체제
- level3
- dfs
- 가상메모리
- 구현
- DP
- python
- level1
- programmers
- 다이나믹 프로그래밍
- Today
- Total
동캄의 코딩도장
Bandit Wargame [level 0 -> level 1] 본문
리눅스 관련한 명령어를 익히는데 도움이 된다고 들어 Bandit Wargame을 시작해본다.
Putty를 이용하여 문제를 해결하였다.

Putty를 실행시키고, 주소와 포트를 입력하고, SSH를 선택한 뒤 연결을 시도한다.
Level0은
https://overthewire.org/wargames/bandit/bandit0.html
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. 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
overthewire.org
단순히 SSH 에 접속하는 것이다.
level0 -> level1은
https://overthewire.org/wargames/bandit/bandit1.html
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 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, us
overthewire.org
홈 디렉토리에 있는 readme 파일을 읽기만 하면된다.
따라서 Putty 접속하여, User: Bandit0 Passwd: Bandit0 로 접속하고, cat readme 를 하여 파일에 있는 flag를 확인한다.
'Bandit Wargame' 카테고리의 다른 글
Bandit Wargame [level2 -> level3] (0) | 2022.08.18 |
---|---|
Bandit Wargame [level1 -> level 2] (0) | 2022.08.17 |