Lucstay11 / Brute-force-garage-and-hack-rf

Script with several tools to brute force garages, hack radio stations and capture and analyze radio signals with Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brute force garage and hack-rf with Raspberry Pi🏑 πŸ“‘

Script with several tools to brute force garages, hack radio stations and capture and analyze radio signals.

Disclaimer

All actions and/or activities related to this program are your sole responsibility. Misuse of this toolkit may result in criminal prosecution against the individuals in question. Contributors will not be held responsible for any criminal charges brought against people who misuse this toolkit to break the law.

This project just aims to demonstrate the flaws of the radio devices around us and the understanding of radio signals

This tool is designed for educational purposes only. Do not try to break the law with anything contained here. If that's your intention, then get the hell out of here!

Have fun with it!!

Features

  • Capture radio signal πŸ”Š
  • Replay radio signal πŸ”
  • Brute force garage door πŸ”‘
  • Hack radio and Jam signal πŸ“»
  • Save signals in an encrypted database ℹ️

Installation

This script work only with Raspberry pi

You need an RTL-SDR USB dongle for capture signal

Raspberry Model Satus
Pizero OK
PizeroW OK
PizeroW 2 OK
PiA+ OK
PiB OK
PiB+ OK
P2B OK
Pi3B OK
Pi3B+ OK
Pi4 OK
$ sudo git clone https://github.com/Lucstay11/Brute-force-garage-and-hack-rf/

Install the depencies

$ cd Brute-force-garage-and-hack-rf
$ sudo chmod +x install.sh
$ bash install.sh

Run the script! You need to use sudo for everything to work properly

$ sudo bash rf.sh

If you have problem with right do this Give rights to all directories

$ sudo chmod -R 777 Brute-force-garage-and-hack-rf

For an optimal configuration use an ssh connection to connect with your phone and control the Raspberry Pi

OPTIONS

Brute force Garage

More than 30 garage brands can be brute force with my program (provided you have a fixed code)
Citing well-known brands such as Hormann, Bosh, Chamberlain ...Etc

For hard work and security reasons remote keys are only available on request and at an affordable price of $25 (package includes 35 remotes of 10.5 GB in size)❗

Send my an mail to receive captures from remote controls

Gmail

Capture Signal πŸ”Š

Capture your signals with the RTL-SDR USB dongle and record them

Several options are available to you
  • Directly replay the captured signal (even in a loop!)
  • Just save it in the database

INFO You can also analyze already known band signals to determine their origins such as thermostats etc.

Hack radio station πŸ“»

The audio files are in wav so be sure to convert your mp3/mp4 to wav

$ sudo apt-get install sox libsox-fmt-mp3
$ sox example.mp3 -r 22050 -c 1 -b 16 -t wav converted-example.wav

Add audios to folder .song

Jam car key of garage key πŸ”‘

Obviously here these are the most used frequencies

Model Frequency
Car US 315 Mhz
Car EU 433.92 Mhz
Car AS 315 Mhz
somfy roller shutter 433.43 Mhz
Garage door 433.92 Mhz
Garage door 868.3 Mhz

Database β„ΉοΈπŸ”

Replay your signal captured' A sha256 encrypted database that protects your captured signals from prying eyes!

Special Thanks :

Find Me on :

Gmail

For Donation :

About

Script with several tools to brute force garages, hack radio stations and capture and analyze radio signals with Raspberry Pi


Languages

Language:Shell 100.0%Language:HTML 0.0%