RFlag
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?
Steps
- Unzip the file w password
hackthebox
(given) and CD into thehardware_rflag
directory - Basic info about the signal file
└─$ file signal.cf32
signal.cf32: Adobe Photoshop Color swatch, version 0, 49212 colors; 1st RGB space (0), w 0xc0bc, x 0, y 0x803c, z 0; 2nd space (32956), w 0, x 0xc03c, y 0, z 0xc0bc
- After looking up how to analyze
.cf32
files, I found the toolrtl_433
- I installed it with
sudo apt-get install rtl-433
and ranrtl_433 -A signal.cf32
- This was at the bottom of the output
[00] {256} 2a aa aa aa 0c 4e 48 54 42 7b 52 46 5f 48 34 63 6b 31 6e 36 5f 31 73 5f 63 30 30 6c 21 21 21 7d
- This is hex code, so I just decoded it to get the flag
HTB{RF_H4ck1n6_1s_XXXXXXX}