π§ Linux (Bandit)
[OverTheWire][Linux] Bandit Level5 -> Level6
μ λ¬
2024. 12. 23. 07:59
λ°μν
https://overthewire.org/wargames/bandit/bandit6.html
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> 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 10
overthewire.org
λ¬Έμ
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
λ°μν