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!
Capture radio signal
Replay radio signal
Brute force garage door
Hack radio and Jam signal
Save signals in an encrypted database
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 more information click here.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…