๋ฐ์ํ
๋ฌธ์
Level Goal
The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties:
- human-readable
- 1033 bytes in size
- not executable
Commands you may need to solve this level
ls , cd , cat , file , du , find
ํ์ด
bandit5@bandit:~$ cd inhere
๋๋ฌด ๋ง๋ค!
๋ฌธ์ ์ ์ ๋ต ํ์ผ์ ์กฐ๊ฑด์ด ์ฃผ์ด์ก์ผ๋ ์กฐ๊ฑด์ ๋ง๋ ํ์ผ๋ง ๊ฒ์ํด๋ณด์
- find . : ํ์ฌ ๋๋ ํ ๋ฆฌ์ ํ์ ๋๋ ํ ๋ฆฌ๋ฅผ ํ์ํฉ๋๋ค.
- -size 1033c : ํ์ผ ํฌ๊ธฐ๊ฐ ์ ํํ 1033 ๋ฐ์ดํธ(c๋ ๋ฐ์ดํธ ๋จ์๋ฅผ ์๋ฏธ)๋ฅผ ๋ง์กฑํ๋ ํ์ผ๋ง ์ฐพ์ต๋๋ค.
bandit5@bandit:~/inhere$ find . -size 1033c
๋๋ณด๊ธฐ
HWasnPhtq9AVKe0dmk45nxy20cvUa6EG
๋ฐ์ํ
'๐ง Linux (Bandit)' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[OverTheWire][Linux] Bandit Level7 -> Level8 (0) | 2024.12.23 |
---|---|
[OverTheWire][Linux] Bandit Level6 -> Level7 (0) | 2024.12.23 |
[OverTheWire][Linux] Bandit Level4 -> Level5 (0) | 2024.12.20 |
[OverTheWire][Linux] Bandit Level3 -> Level4 (0) | 2024.12.20 |
[OverTheWire][Linux] Bandit Level2 -> Level3 (1) | 2024.12.20 |