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 | 31 |
Tags
- dns
- 웹해킹
- Franklin-Reiter Related Message Attack
- redirect
- Hastad
- picoCTF
- 시스템해킹
- CSRF
- 드림핵
- dreamhack
- RSA Common Modulas Attack
- Crypto
- Montgomery Reduction
- OverTheWire Bandit Level 1 → Level 2
- shellcode
- 암호학
- arp
- spoofing
- pycrpytodome
- cryptography
- Cube Root Attack
- return address overflow
- XSS
- bandit
- overthewire
- RSA
- weak key
- Bandit Level 1 → Level 2
- AES
- rao
Archives
- Today
- Total
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
OverTheWire Bandit Level 0 → Level 1 풀이 본문
문제
다음 단계의 암호는 홈 디렉토리에 있는 readme라는 파일에 저장됩니다. SSH를 사용하여 bandit1에 로그인하려면 이 암호를 사용합니다. 수준 암호를 찾을 때마다 SSH(포트 2220)를 사용하여 해당 수준에 로그인하고 게임을 계속합니다.
풀이
ls 명령어를 사용하여 디렉터리에 readme 라는 파일이 있다는 것을 알 수 있다.
문제에서 암호는 readme라는 파일에 있다고 말했으므로 cat readme를 입력하여 readme파일의 저장되어 있는 내용을 출력하여 암호가 boJ9jbbUNNfktd78OOpsqOltutMc3MY1 라는 것을 알 수 있다.
'OverTheWire: Bandit' 카테고리의 다른 글
OverTheWire Bandit Level 4 → Level 5 풀이 (0) | 2022.04.07 |
---|---|
OverTheWire Bandit Level 3 → Level 4 풀이 (0) | 2022.04.07 |
OverTheWire Bandit Level 2 → Level 3 풀이 (0) | 2022.04.07 |
OverTheWire Bandit Level 1 → Level 2 풀이 (0) | 2022.04.07 |
OverTheWire Bandit Level 0 풀이 (0) | 2022.04.07 |