Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.18 KB

File metadata and controls

23 lines (19 loc) · 1.18 KB

Fork of Original Code
https://github.com/eliddell1/RollJam

RollJam

RollJam is an INO script which uses two CC1101 chip and a Teensy to create a MITM type of replay attack against rolling codes. It was based on the publications of Samy Kamkar, big up for him (https://samy.pl/defcon2015/, https://www.wired.com/2015/08/hackers-tiny-device-unlocks-cars-opens-garages/). The script was written for a Teensy 3.1, but it can be easily converted to any other micro controller.

Correct Pin Numbers for Teensy 3.2
cs_rx = 5
cs_jam = 6
gdo0_rx = 2
gdo0_jam = 3
mosi = 11
miso = 12
clk = 13

TODO -- Original Code is set up for FSK. I need ASK if I stand any chance of hacking my project

Good Reference Project, same code but not forked, wiring diagram pins are out of sync with their code.
https://github.com/CR11CS/RollJam-315MHz-433MHz
From CR11CS Project
https://github.com/bionicbone/RollJam/blob/master/Docs/183197750-d840c506-c1c0-4f0d-9c44-2f2616529e69.png