Final project for CSE569 Spring 2021 - Washington University in St. Louis
This repository contains GNU Radio files for the Record and Replay attacks.
- Rohan Rai
- Tiezheng Shao
- Jeong Min Lim
- Connect HackRF One device to the system.
- Run
hackrf_info
to confirm that the HackRF One is correctly loaded. - Run
gnuradio-companion
to launch GNU Radio Companion application. - Open
capture.grc
and change theFile Sink
node to the desired directory. - After running
capture.grc
, point the key fob towards the HackRF One antenna and press the button's signals that you wish to record. Then stop runningcapture.grc
. - After capturing the data, open
replay.grc
and changeFile Source
node to point to the captured data. After runningreplay.grc
, your HackRF One will start broadcasting the captured key fob signal.