Writeup: HTB Challenge RFlag
- Challenge: RFlag
- Category: Hardware
- Solve date: 21 Jan 2025
CHALLENGE DESCRIPTION:
We have found the garage where some cyber criminals have all their stuff. Using an SDR device, we captured the signal from the remote key that opens the garage. Can you help us to analyze it?
Provided files
signal.cf32: 3,7M radio capture
Decode the signal data
The challenge mentions SDR (software defined radio), so we can use the Universal radio hacker to try to understand the data.
After some research we understand that remote garage keys use “on-off keying” which is a type of ASK (“amplitude-shifting keying”) so let’s use that.

Using “autodetect” changes the “Samples/Symbols” to 900 which is the size of each bit as can be visualized here (~7200/900):

Once we have interpreted the data, we move on to the Analysis tab. I played around with settings but turns out that “Manchester code” is a common encoding schema to use. Wikipedia also mentions that is was (and is) used for uploading commands to the Voyager spacecraft!
Anyway, we view the data as ASCII and set the decoding to “Manchester 2” and the flag pops up!
