Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cifertech/nrfbox
All-in-One Gadget for Dominating BLE and 2.4GHz Networks
https://github.com/cifertech/nrfbox
arduino ble-spoof esp32 hack hacktoberfest jammer nrf-scanner nrf24l01 sour-apple
Last synced: 5 days ago
JSON representation
All-in-One Gadget for Dominating BLE and 2.4GHz Networks
- Host: GitHub
- URL: https://github.com/cifertech/nrfbox
- Owner: cifertech
- License: mit
- Created: 2022-10-24T18:07:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T08:17:58.000Z (13 days ago)
- Last Synced: 2025-01-20T09:24:04.595Z (13 days ago)
- Topics: arduino, ble-spoof, esp32, hack, hacktoberfest, jammer, nrf-scanner, nrf24l01, sour-apple
- Language: C++
- Homepage: https://youtu.be/UBaRcpUHTkA
- Size: 16 MB
- Stars: 583
- Watchers: 22
- Forks: 73
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nRFBOX
All-in-One Gadget for BLE and 2.4GHz Networks
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/cifertech/nrfbox/total)
·
·
YOUTUBE
·
WEBSITE
## 📖 Explore the Full Documentation
Ready to dive deeper into nRFBOX's details? Discover the full story, in-depth tutorials, and all the exciting features in our comprehensive [documentation](https://cifertech.net/nrfbox-your-all-in-one-gadget-for-ble-and-2-4ghz-networks/). Click the link and explore further!
🛠 Functionality Status and Reliability
Feature
Status
Reliability
Notes
Scanner
Stable
High
Reliably scans the 2.4 GHz band to detect active channels and nearby devices. Occasional misses in high-interference environments.
Analyzer
Stable
High
Provides useful insights into detected signals, but additional updates are needed for improved accuracy and detailed analysis.
Jammer
Stable
High
Basic jamming works but effectiveness varies by device type and signal strength. Testing on select channels is recommended.
BLE Jammer
Stable
High
Disrupts BLE devices inconsistently. Further improvements are needed to ensure stability and effectiveness across BLE variants.
BLE Spoofer
Stable
Low
Capable of simulating basic BLE signals but has limited compatibility. Best for controlled testing scenarios.
Sour Apple
Stable
Low
Specialized attack method with limited reliability; effective only under specific conditions. Further tuning is required.
- When using **multiple NRF24** modules, the power demands can exceed the capabilities of the onboard power supply or regulator. Running three NRF modules simultaneously may cause instability, leading to intermittent failures or causing the nRFBox to stop functioning altogether.
- **Range Limitations**: The jammer is most effective at short range. Beyond a certain distance, the signal weakens, making it harder to consistently disrupt communication.
- **Device Variability**: Different devices react to jamming signals in varying ways. Some may be more resistant.## :star2: About the Project
nRFBOX is a wireless toolkit designed to explore, analyze, and interact with various wireless communication protocols. It combines the ESP32 Wroom32U, NRF24 modules, an OLED display, and other components to create a multifunctional device that can act as a scanner, analyzer, jammer, BLE jammer, BLE spoofer, and perform advanced tasks such as the "Sour Apple" attack.
### 🎯 Features
**Software:**
- **Scanner**: Scans the 2.4GHz frequency band to detect active channels and devices.
- **Analyzer**: Analyzes the detected signals and provides detailed information about the activity.
- **Jammer**: Jams wireless communication on selected channels to test network robustness.
- **BLE Jammer**: Specifically targets Bluetooth Low Energy (BLE) devices to disrupt their communication.
- **BLE Spoofer**: Spoofs BLE devices to simulate various BLE signals for testing and research.
- **Sour Apple**: A specialized attack for testing security measures against specific wireless vulnerabilities.
- **Proto Kill Mode**: Proto Kill has evolved into a powerful tool for disrupting various protocols.- **WiFi Scanner**
- **BLE Scanner****Hardware:**
- ESP32 Wroom32U
- NRF24 GTmini Modules
- OLED 0.96" Display## :eyes: nRFBox Versions: Then and Now
nRFBox-v1 based on Arduino
nRFBox-v2 based on ESP32
## 🔗 Uploading the Firmware (.bin) to ESP32
If you prefer not to upload the code manually or encounter errors during compilation, you can directly upload the precompiled `.bin` file to the ESP32. Follow these steps:
### Step 1: Download the Required Tools
1. **ESP32 Flash Download Tool**: Download the tool from Espressif's official site: [ESP32 Flash Download Tool](https://www.espressif.com/sites/default/files/tools/flash_download_tool_3.9.7_2.zip).
2. **USB Drivers**: Make sure the drivers for the ESP32 are installed on your system. You can download the drivers from [CP210x USB to UART Bridge VCP Drivers](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers) if you're using the CP2102 chip.### Step 2: Prepare the `.bin` File
1. Download the [precompiled `.bin`](https://github.com/cifertech/nRFBox/tree/main/precompiled%20%20bin) file from the repository.### Step 3: Upload the `.bin` File to ESP32
1. Connect your ESP32 to your computer using a USB cable.
2. Open the **ESP32 Flash Download Tool** and configure the following:
- Select the appropriate **chip type** (ESP32) and click **OK**.
- In the **Download Path Config** section, add the `.bin` file and set the start address to `0x10000`.
- Select the correct **COM port** where your ESP32 is connected.
- Choose the correct **Baud rate** (115200 is generally recommended).3. Click on **Start** to begin uploading the `.bin` file to your ESP32.
### Step 4: Verify the Upload
Once the upload is completed, the tool will confirm a successful flash. You can now restart your ESP32 and run the firmware.
### Arduino IDE 1.8 Settings:
If you want to upload the sketch code to the ESP32, use the following settings in the Tools menu:
- **Built using ESP32 Board Version 2.0.11**
## :warning: License
Distributed under the MIT License. See LICENSE.txt for more information.
## :handshake: Contact
▶ Support me on Patreon [patreon.com/cifertech](https://www.patreon.com/cifertech)
CiferTech - [@twitter](https://twitter.com/techcifer) - [email protected]
Project Link: [https://github.com/cifertech/nRFBOX](https://github.com/cifertech/nrfbox)
## :gem: Acknowledgements
**The libraries and projects listed below are used in this software:**
- [Poor Man’s 2.4 GHz Scanner](https://forum.arduino.cc/t/poor-mans-2-4-ghz-scanner/54846)
- [arduino_oled_menu](https://github.com/upiir/arduino_oled_menu)
- [nRF24L01-WiFi-Jammer](https://github.com/hugorezende/nRF24L01-WiFi-Jammer)
- [Universal-RC-system](https://github.com/alexbeliaev/Universal-RC-system/tree/master)
- [AppleJuice](https://github.com/ECTO-1A/AppleJuice)
- [ESP32-Sour-Apple](https://github.com/RapierXbox/ESP32-Sour-Apple)**Community Contributors**: Thanks to everyone who helped improve nRFBox! Your support is much appreciated!