[OverTheWire] Bandit Level 3 -> Level 4

King's meow·2023년 11월 9일

[Linux] 리눅스 공부

목록 보기
4/17
post-thumbnail

🤔 문제

Level Goal

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

✅ 풀이

ls -al

bandit3@bandit:~$ ls
inhere
bandit3@bandit:~$ cd inhere
bandit3@bandit:~/inhere$ ls
bandit3@bandit:~/inhere$ ls -al
total 12
drwxr-xr-x 2 root    root    4096 Oct  5 06:19 .
drwxr-xr-x 3 root    root    4096 Oct  5 06:19 ..
-rw-r----- 1 bandit4 bandit3   33 Oct  5 06:19 .hidden
bandit3@bandit:~/inhere$ cat .hidden
2EW7BBsr6aMMoJ2HjW067dm8EgX26xNe

bandit4 : 2EW7BBsr6aMMoJ2HjW067dm8EgX26xNe

profile
백엔드 개발자가 되고 싶은 응애

0개의 댓글