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
- redirect
- 시스템해킹
- 드림핵
- weak key
- XSS
- rao
- spoofing
- pycrpytodome
- OverTheWire Bandit Level 1 → Level 2
- Montgomery Reduction
- dns
- cryptography
- picoCTF
- return address overflow
- Crypto
- CSRF
- RSA Common Modulas Attack
- overthewire
- dreamhack
- Hastad
- 암호학
- AES
- shellcode
- bandit
- Bandit Level 1 → Level 2
- RSA
- 웹해킹
- arp
- Cube Root Attack
- Franklin-Reiter Related Message Attack
Archives
- Today
- Total
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
OverTheWire Bandit Level 3 → Level 4 풀이 본문
문제
다음 단계의 암호는 inhere 디렉토리의 숨겨진 파일에 저장됩니다.
풀이
ls를 통해 현제 디렉터리에 inhere 디렉터리가 있다는 걸 볼 수 있다.
cd 명령어를 통해 inhere 디렉터리로 이동하여 ls로 파일을 확인해 보니 아무것도 없다고 나온다.
ls의 숨겨진 파일을 볼 수 있는 -a 옵션을 사용해서 inhere 디렉터리의 숨겨진 파일을 확인해 보면 .hidden파일이 숨겨저 있다는 걸 알 수 있다.
cat .hidden 을 입력하여 암호가 pIwrPrtPN36QITSp3EQaw936yaFoFgAB 임을 알 수 있다.
'OverTheWire: Bandit' 카테고리의 다른 글
OverTheWire Bandit Level 5 → Level 6 풀이 (0) | 2022.04.07 |
---|---|
OverTheWire Bandit Level 4 → Level 5 풀이 (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 → Level 1 풀이 (0) | 2022.04.07 |