일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 딕셔너리
- level1
- MYSQL
- programmers
- 프로그래머스
- 코딩테스트
- level3
- level2
- 가상메모리
- 다익스트라
- 구현
- 재귀
- BFS
- level0
- 다이나믹 프로그래밍
- 브루트포스
- 수학
- dict
- python
- N과M
- 힙
- 운영체제
- 그리디
- dfs
- 가상메모리 관리
- 스택
- 파이썬
- DP
- 백준
- BOJ
- Today
- Total
목록Bandit Wargame (3)
동캄의 코딩도장
https://overthewire.org/wargames/bandit/bandit3.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 spaces in this filename located in the home directory Commands you may need to solve this level ls , cd , cat , file , du , find He overthewire.org spaces in this filename 이라는 파일을 확인하면 된다. 다만, spa..
Level1 -> Level2은 https://overthewire.org/wargames/bandit/bandit2.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 - located in the home directory Commands you may need to solve this level ls , cd , cat , file , du , find Helpful Reading Material overthewire.org 홈 디렉토리를 확인해보면 - 라는 파일이 있다. - 파..

리눅스 관련한 명령어를 익히는데 도움이 된다고 들어 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.over..