virtualabs / btlejack

Bluetooth Low Energy Swiss-army knife
MIT License
1.87k stars 196 forks source link

Passive Radiator? #59

Closed ArcadeHustle closed 3 years ago

ArcadeHustle commented 4 years ago

Can this code be used to passively retransmit packets it sees? I would like to test some passive entry systems that rely on the proximity of the beacons. I'd like to capture them in a remote location and real time replay them (over ethernet) to a different location for example.

RCayre commented 3 years ago

If you want to replay advertisements, btlejack is not able to sniff or transmit advertisements yet. However, the hardware supports it, so you can easily add these features if you modify the code of the firmware.

virtualabs commented 3 years ago

RCayre is right. Btlejack does not handle this use case, as it is not able to transmit easily an arbitrary packet.