Steal That Car in 60 Seconds
In this article we will learn how to Steal That Car in 60 Seconds.
Introduction[Steal That Car in 60 Seconds]:
Cars are everywhere and are being upgraded with new technology as often as any other device we use. With a bit of inspiration from the movie Knight and Day, let’s talk about how to communicate with the remote device used to open and start a newer car.
Car
While cars still use normal manual keys, we are seeing more and more people using a smart key that has a problem.


For this problem we will discuss how we can capture the data supplied from the car remote control and use it to open the car. We can achieve this with some cheap hardware.
Attack
- Receive the data
For the attack, there is some hardware used to receive the signal and software used to analyze the signal sent by the car’s remote control. Here we use DVB hardware with an Elonics E4000 chip and use the SDRsharp application to see its spectrum.

After we prepared the hardware and software kit with SDRsharp installed, we found that the datasheet located on the chip car remote is hard to find on the internet. As a solution, I tried to find a signal that was transmitted by the remote control to the car manually using the Spectra.

The image above shows the spectrum form when I pressed the lock button on the car remote.

The image above is the spectrum image when I pressed the unlock button on the car remote.
Both the above images have a different spectrum. This is because when the lock button is pressed, the remote sends a signal at a frequency of 415.098.612 kHz or 415.098612 MHz. After pressing the unlock button, the remote control will send a signal at the frequency of 415.094.805 khz or 415.094805 MHz. Raw data that is sent roughly as shown below.


- Sending data remotely to the car to unlock, lock, etc
- The car responds and follows commands from the remote control to unlock, lock, etc.
- DVB captures the data sent by the remote control to the car.
Note: If anyone wants to try decoding the transmitted data, they can download their audio wave here:
[download]
- Sending fake data (idea)
After obtaining the information data that is sent from the car remote control, we thought of creating a device that would send the data. But our problem is that it is hard to find a chip with the frequencies that this remote control uses.
Components or equipment to generate a carrier signal with the frequency used by the remote control (410-433 MHz) and documentation on how to encode/decode the data.

- Sending data remotely to the car to unlock, lock, etc
- The car responds and follow commands from the remote control to unlock, lock, etc
- DVB captures the raw data sent by the remote control to the car
- DVB Sending fake data to the car
- Car responds and follow DVB commands to unlock, lock, etc.
Conclusion
The conclusion from the above explanation is that communication data that is sent using frequencies can be intercepted and translated using inexpensive hardware. Even if we have experience with microcontroller, we can easily design and duplicate the remote control.
Related article:Everything you need to know about Ethical Hacking as a Career by Blackhat Pakistan 2023