반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 운영체제
- BOJ
- 에라스토테네스의 체
- 가상메모리 관리
- 다익스트라
- 프로그래머스
- 브루트포스
- python
- 가상메모리
- 힙
- 재귀
- level3
- dfs
- DP
- 코딩테스트
- programmers
- 백준
- 스택
- 다이나믹 프로그래밍
- level1
- N과M
- 파이썬
- level2
- 수학
- MYSQL
- 그리디
- 구현
- 딕셔너리
- BFS
- level0
Archives
- Today
- Total
동캄의 코딩도장
Bandit Wargame [level1 -> level 2] 본문
반응형
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
홈 디렉토리를 확인해보면 - 라는 파일이 있다.
- 파일은 특별한 옵션을 가지고 있는 파일로, dev/stdin 과 dev/stdout을 인수로 사용한다고 한다.
따라서 - 파일을 읽으려면, cat < - 또는 cat ./- (정확한 경로를 명시) 하는 방식으로 해결해야 한다.
반응형
'Bandit Wargame' 카테고리의 다른 글
Bandit Wargame [level2 -> level3] (0) | 2022.08.18 |
---|---|
Bandit Wargame [level 0 -> level 1] (0) | 2022.08.17 |