반응형
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
- 백준
- 재귀
- DP
- 가상메모리
- 코딩테스트
- 수학
- level2
- BOJ
- programmers
- 그리디
- 파이썬
- dfs
- N과M
- 운영체제
- 딕셔너리
- 가상메모리 관리
- level3
- MYSQL
- 구현
- 힙
- BFS
- 에라스토테네스의 체
- level1
- 프로그래머스
- 스택
- 다이나믹 프로그래밍
- level0
- 브루트포스
- 다익스트라
- python
Archives
- Today
- Total
동캄의 코딩도장
Bandit Wargame [level2 -> level3] 본문
반응형
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 이라는 파일을 확인하면 된다. 다만, spaces in this filename 이라는 파일이 띄워져있으므로 escaping 처리를 해서 space\ in\ this\ filename 으로 처리하면 된다.
반응형
'Bandit Wargame' 카테고리의 다른 글
Bandit Wargame [level1 -> level 2] (0) | 2022.08.17 |
---|---|
Bandit Wargame [level 0 -> level 1] (0) | 2022.08.17 |