본문 바로가기
워게임

[WarGame] Bandit, Level 9 → Level 10

by RoJae 2023. 3. 19.

[WarGame] Bandit, Level 9 → Level 10


 

Problem


 
data.txt 파일에 읽을 수 있고, ‘=’로 나누어져 있다는 듯 했다.
 

Solving

xxd를 쓸 줄 알았으나, 개행 때문에 strings를 처음으로 써봤다.
 
bandit9@bandit:~$ strings data.txt | grep =
dS=5
f========== theM
=XeOh
=vb`
O=Nq
=I6a
========== password
========== is
2\:=
u=]T
%AM_9=
1~=y
Q=9(
j=GD
b=fF
0?F=(
.DX_/=
========== G7w8LIi6J3kTb8A7j9LgrywtEUlyyp6s
 
유용한 명령어인 것 같다.
 

Refer 

 
 

댓글