cyberthot BLE is a cutting-edge Bluetooth surveillance tool that leverages the power of cyberthot BLE One to intercept and analyze Bluetooth Low Energy (BLE) advertisements. With real-time monitoring capabilities and Discord webhook integration, it's the perfect tool for security researchers, penetration testers, and Bluetooth enthusiasts.
- 🔍 Real-time BLE advertisement interception
- 📊 Detailed parsing of advertisement data
- 🚨 Automatic device name decoding
- 📡 Continuous monitoring with auto-reconnect
- 🔔 Discord webhook integration for remote notifications
- 🐛 Debug mode for in-depth analysis
You need a ubertooth device and have all the drivers installed. Try this to be sure (I'm using Linux OS):
ubertooth-util -v
If not, you can order one or make one buying link :- 🚨 Lab401 🚨 More info at Great Scott Gadgets
coming soon.............................
- Clone this repository:
- The script will detect missing dependencies and provide the suggested pip install line. This is what you'll need though.
pip install requests colorama rich pyusb
To enable Discord notifications:
- Open
cyberthot.pyin your favorite text editor. - Locate the following line near the top of the file:
WEBHOOK_URL = ""
- Replace the empty string with your Discord webhook URL:
WEBHOOK_URL = "https://discord.com/api/webhooks/your/webhook/url/here"
cyberthot BLE provides rich, colorful console output for easy reading:
📡 Collecting advertisements...
📊 Collected 10 advertisements
╭──────────────────────── 🚨 FitBit Versa 3 🚨 ─────────────────────────╮
│ Field │ Value │
│ Device Name │ FitBit Versa 3 │
│ Timestamp │ 2024-08-02 15:30:45 │
│ Frequency │ 2402 MHz │
│ Address │ 00:11:22:33:44:55 │
│ RSSI │ -67 │
│ Data │ 02011A020A0C0AFF4C001005031B57F9C3 │
│ Type │ ADV_IND │
│ Details │ systime=1659456645 freq=2402 addr=00:11:22:33:44:55... │
╰────────────────────────────────────────────────────────────────────╯
And to Discord:
This tool is for educational and research purposes only. Always respect privacy laws and obtain necessary permissions before monitoring any Bluetooth traffic.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Give a ⭐️ if this project helped you!
