[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
'워게임' 카테고리의 다른 글
[WarGame] Bandit, Level 11 → Level 12 (0) | 2023.03.19 |
---|---|
[WarGame] Bandit, Level 10 → Level 11 (0) | 2023.03.19 |
[WarGame] Bandit, Level 8 → Level 9 (0) | 2023.03.19 |
[WarGame] Bandit, Level 7 → Level 8 (0) | 2023.03.19 |
댓글