Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

[DEPRECATED, desc, info, code] This repository contains a prototype of a covert Bluetooth communication system that simulates beacons (without acknowledgments). The system was developed for informational purposes and is intended for experimentation (+outdated).

License

Notifications You must be signed in to change notification settings

UlinProject/DemoBeaconWhisperer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Beacon Whisperer]

(Covert Data Transmission via Bluetooth (without pairing, imitation by beacons)

WARNING: This repository is for informational purposes only and should not be used for illegal activities.

WARNING: The project is not finalized (2022-2023), without support (simple MIT), created only to confirm the theory.

WARNING: The application was written back when esp32 did not have official support for bluetooth beacons on rust, so the code contained only links with C code.

Description

This repository contains a prototype system for covert data transmission via Bluetooth, mimicking beacons. The system is developed for educational purposes and is intended for experimentation.

Key Features

• ESP32 (Rust): The ESP32 microcontroller, programmed in Rust, emulates a standard Bluetooth Low Energy (BLE) beacon and sends hidden data.

• Android (DemoApp, Cordova, JS): A demo Android application, developed using Cordova and JavaScript, demonstrates the sending and receiving of hidden data.

Protocol Features:

• Data Encoding: The UUID and ID fields of iBeacons are utilized to encode data. Partial UUIDs and ID omission are supported, offering flexibility in data representation.

• Carousel Transmission: Beacons are transmitted in a carousel manner with a defined interval, ensuring reliable data delivery.

• Complete Transmission: Transfer is considered successful only after all beacons have been received.

• Bidirectional Communication: The system supports both data input and output. Upon successful transmission, the device simulates an iBeacon, allowing for bidirectional communication.

• Flexible Data Size: Supports any number of data bytes, prioritizing data queue management.

• Data Security: Data is compressed and encrypted for enhanced security.

• Queue Management & Multi-Device Support: Implements robust queuing mechanisms to handle multiple data streams and allows for simultaneous data transmission and reception from multiple devices.

Repository Structure

• esp32 (Rust)

• demo_android_bluetest (Android, JS, Cordova)

License

Copyright 2022-2023 #UlinProject Denis Kotlyarov (Денис Котляров)

Licensed under the MIT License.

This project is provided as is without warranty of any kind.

About

[DEPRECATED, desc, info, code] This repository contains a prototype of a covert Bluetooth communication system that simulates beacons (without acknowledgments). The system was developed for informational purposes and is intended for experimentation (+outdated).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published