🐧 Linux (Bandit)

[OverTheWire][Linux] Bandit Level3 -> Level4

선달 2024. 12. 20. 17:30
반응형

문제

Level Goal

The password for the next level is stored in a hidden file in the inhere directory.

Commands you may need to solve this level

ls , cd , cat , file , du , find

 

풀이

inhere 디렉토리에 들어가서 ls를 해보면 아무것도 안보인다

하지만 ls -al로 숨겨진 폴더까지 다 보면 ...Hiding-From-You 라는 수상한 파일이 보인다

 

bandit3@bandit:~/inhere$ cat '...Hiding-From-You'

 

더보기

2WmrDFRmJIq3IPxneAaMGhap0pFhF3NJ

반응형