[Root-Me] Bluetooth - Unknown file 풀이 (15p)
Wargame/root-me.org

[Root-Me] Bluetooth - Unknown file 풀이 (15p)

문제 종류 - Network
사용한 툴 - Wireshark, HxD
Difficulty - Easy

Statement

Your friend working at NSA recovered an unreadable file in a hacker’s computer. The only thing he knows is that it comes from a communication between a computer and a phone.

The answer is the sha-1 hash of the concatenation of the MAC address (uppercase) and the name of the phone.

Example:

            AB:CD:EF:12:34:56myPhone -> 023cc433c380c2618ed961000a681f1d4c44f8f1

 

풀이

Start the challenge를 누르면 ch18.bin 파일 하나가 주어진다.

HxD에 파일을 넣어봤다.

찾아보니 btsnoop 파일은 Wireshark로 열 수 있다고 한다.

Wireshark로 파일을 열어보자.

여기서 얻은 정보를 통해 sha1(Flag)값을 조합하자.