Skip to content

modules ble

Lucas Fernandez edited this page Nov 3, 2019 · 1 revision

This category will include modules related to BLE (Bluetooth Low Energy). With these modules among other things you will be able to read or write the characteristics of the ble devices. Discovery modules are found in the discovery category. To load a module from this category load ble/module.

Required Total modules
Bluetooth interface 5

The modules are listed below with their description and options to configure. Within this category there is a subsection dedicated to Apple.

cve-2017-8403

This module allows you to change the password in 360 Fly Action Cameras making use of the vulnerability indicated in the CVE-2017-8403.

Option Required Description
bmac True Target Device MAC address
password True Password to overwrite the current one

read-characteristcs

This module serves to read all the characteristics of a given BLE device. If you specify a UUID, only that characteristic will be read.

Option Required Description
bmac True Target Device MAC address
type True Device addr type (random or public)
uuid False Specific UUID characteritic to read

subscribe

Running this module you will be able to receive notifications of a certain BLE device.

Option Required Description
bmac True Target Device MAC address
data True Data to write
encode True Data encode
type True Device addr type (random or public)
uuid True Specific UUID characteritic to write

write-characteristics

This module allows you to write content encoded in the feature specified by the UUID. The feature must be writable to proceed.

Option Required Description
bmac True Target Device MAC address
data True Data to write
encode True Data encode
type True Device addr type (random or public)
uuid True Specific UUID characteritic to write
wait False Seconds to wait connected after writing

write-characteristics-v2

Same as write-characteristics, but allows to save and load the options from a file (except bmac). Use the 'save' and 'upload' functionality.

Clone this wiki locally