NleSpam (formerly BleDroid) is an advanced Android application demonstrating Bluetooth Low Energy (BLE) advertising and scanning techniques.
This project is for educational and research purposes only. Do not use it for malicious activities, denial-of-service (DoS) attacks, or any actions that violate local laws or regulations. The author and contributors assume no liability for misuse.
- Multi-Tool Suites: Organized into Discovery and Analysis suites for efficient testing.
- Payload Generators: Apple Continuity, Samsung Easy Setup, Google Fast Pair, Windows Swift Pair, AirTag Clone, and more.
- Future-Proof: Built against Android SDK 37 (Android 16/17 ready), utilizing modern
connectedDeviceForeground Service types. - R8 Optimized: Built with R8 for optimal performance and minimal APK size.
- Android 8.0+ (API 26+)
- BLE hardware support
This is my personal side-project. I will rarely provide bug fixes or active maintenance myself, as I am focused on other projects.
./gradlew clean assembleReleaseThe APK will be available in app/build/outputs/apk/release/app-release.apk.
Note: The keystore used for signing the provided release builds is not included in this repository. You must generate your own if compiling from source.
This project is a heavily modified and optimized fork of the original HBLE-Droid by HmnDev-Tech.
Forked and maintained by kerneldroid.
