How to Hack car lock using HackRF
DEMO
REQUIREMENTS=
1-Any Linux operating system<Kali or Parrot>
2-Hackrf
Link to buy hackerrf=https://www.ebay.com/itm/Hackrf-On
How to Setup HackRF on Kali Linux
Introduction
HackRF environment can be setup in multiple Linux. Like: Ubuntu, Debian, Kali. This document show you that how to setup HackRF on kali linux. You can follow this guide to make sure that your HackRF is working on Kali Linux.Best Possible Ways That Hackers Used To Hack Websites
Upgrade Kali
Before you set-up your device on kali linux, Please make sure that your system is up to date. Command to upgrade kali linux= sudo apt-get upgradeInstall packages
After upgrade, you should install some packages and libraries. These packages and libraries must be install before you plug in your device on Kali Linux. You can use this command to install them.
1
| sudo apt-get install hackrf libhackrf-dev libhackrf0 |

Test connection
Then, you can plug in your HackRF on Kali linux, and check the status.
1
| hackrf_info |

Congratulation! all done! If you have any question or any error happened, please let me know! You can leave a reply to me.
More information
HackRF is a powerful device, you can use it do a lot of tests. such as: Sniffing GSM Traffic, Receive FM Radio, Sniffing other radios, Sending Fake GPS Signal etc. However, please make sure that you do these tests legally. For example, in the laboratory, you can send fake GSP signal, but you cannot send any fake GPS signal outside.NOW FOLLOW STEP 2
How To Set-Up Kali Linux For Sniffing GSM Traffic
Introduction
GSM (Global System for Mobile Communications, originally Groupe SpécialMobile) is a standard developed by the European Telecommunications Standards Institute (ETSI) to describe the protocols for second-generation (2G) digital cellular networks used by mobile phones.GSM is a kind of single, you can use device to receive it. For example, your cellphone. This document tell you how to use HackRF and Kali Linux to Sniffing GSM Traffic.
Install gnuradio Software
It will install some softwares that we needed. Some of softwares we will use it in the future.
1
2
3
4
5
6
| sudo apt-get install gnuradio \ gnuradio-dev \ gr-osmosdr \ gr-osmosdr \ gqrx-sdr \ wireshark |
Install gr-gsm software
First, we need install some dependency packages. Automake is very important package, please make sure that you install it!
1
2
3
4
5
6
7
8
9
| sudo apt-get install gnuradio-dev \ gr-osmosdr \ gr-osmosdr \ gqrx-sdr \ wireshark \ pkg-config \ libosmocore \ libosmocore-dev \ automake |
and do not have any error message when you compile GSM package.
1
2
3
4
5
6
7
8
| git clone https: //github .com /ptrkrysik/gr-gsm .git cd gr-gsm mkdir build cd build cmake .. make sudo make install sudo ldconfig |

After compile package, now we need to create the file ~/.gnuradio/config.conf and paste the following contents into it:How to dual boot Kali Linux with windows10
You can use vim, nano or whatever you want.
1
2
| [grc] local_blocks_path= /usr/local/share/gnuradio/grc/blocks |

Install kalibrate-hackrf
First clone package from github, then compile it. Similarly, Please ensure that there does not have any error happened.
1
2
3
4
5
6
| git clone https: //github .com /scateu/kalibrate-hackrf .git cd kalibrate-hackrf . /bootstrap . /configure make sudo make install |

All Done, Now open gnu radio software and sniff the signals like in the pic below you can also use kalibrate.
PoisonTap: This $5 Device Hacks A Locked Computer In Seconds
The last step is to play that frequency by converting it into a .wav file and you car lock pop up in a sec as shown in the video.
Post a Comment
Post a Comment