Skip to content

ars2nb/blespam

Repository files navigation

BLE SPAM 📡 — Next-Gen Spoofing Toolkit

Русский

Platform License Telegram

BLE Spammer Logo


🚀 Overview

BLE SPAM is an advanced toolkit for testing Bluetooth Low Energy (BLE) protocols and simulating advertising packets. The project is based on cutting-edge research in mobile security and is optimized for modern Android devices.

Based on the works of:

Supported Platforms (Target):

iOS Android Windows


🔥 Core Features

Protocol Matrix

Protocol Target OS Impact Level
🍏 Apple Continuity iOS/iPadOS 17+ System Reboot 💥
🤖 Google Fast Pair Android 8.0+ Persistent Spam 📈
📲 Samsung EasySetup Android 10+ UI Freeze 🛑
💻 Microsoft Swift Windows 10/11 Custom Pairing ✨

Key Capabilities

  • 195+ Presets: Ready-to-use profiles for popular devices (AirPods, Pixel Buds, Galaxy Watch, etc.).
  • Timing Control: Precise adjustment of advertising intervals (from 20ms to 2000ms).
  • Multi-Chaining: Ability to run multiple protocols simultaneously.
  • Native Security: Protection core and API endpoints are implemented in C++ (JNI) to prevent easy reverse engineering.
  • Crash Analytics: Module for tracking attack effectiveness.

🛠 Setup & Self-Hosting

To ensure project security, all API keys and private endpoints have been removed from the public source code. To build a functional app, follow these steps:

1. Firebase Configuration

Place your google-services.json in the app/ folder. Template:

{
  "project_info": { "project_id": "your-id" },
  "client": [ { "api_key": [ { "current_key": "YOUR_KEY" } ] } ]
}

2. Native Layer Setup (C++)

Edit app/src/main/cpp/native-lib.cpp:

  1. Insert your XOR key into variables K1-K6.
  2. Add your encrypted HEX bytes for API addresses into arrays D1-D7.
  3. Update JNI function paths to match your package_name.

3. Compilation

./gradlew assembleRelease

⚠️ Disclaimer

This tool is intended for educational purposes and authorized security auditing only. The author is not responsible for any damage caused by the use of this software. Use responsibly!


Developed with ❤️ for the BLE research community.

About

Improved version of the app from tutozz. New pop-up windows for devices and updated icon in the application

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors