-
Notifications
You must be signed in to change notification settings - Fork 141
modules bluetooth
This category will include modules related to Bluetooth devices, you can use them to launch a custom Bluetooth service, spoof a MAC or launch DirtyTooth. Discovery is found in the discovery category. To load a module from this category load bluetooth/module.
| Required | Total modules |
|---|---|
| Bluetooth interface | 5 |
The modules are listed below with their description and options to configure.
With this module you can take advantage of the management of the profiles causing impact on the privacy of users who use Bluetooth technology daily. It works with iOS 11.2 and earlier. (Use launchService to create a bluetooth service and wait targets connections)
| Option | Required | Description |
|---|---|---|
| bmac | True | Target Device MAC address |
| path | True | Path to save contacts |
Use this module if you want to create a Bluetooth service that users can connect to. It is necessary to specify the bluetooth interface to use and the profile you want to generate.
| Option | Required | Description |
|---|---|---|
| class | True | Bluetooth class (Profile) |
| iface | True | Bluetooth interface (hci0, hci1, ...) |
| name | False | Device name to set the profile (if None default device name) |
This module is designed to allow you spoof a bluetooth device using Spooftooph. If you want to create a bluetooth service with the features of an active device near you, you must specify the name or bmac to find the device and extract the information. It is also possible to manually specify everything and 'invent' a bluetooth.
| Option | Required | Description |
|---|---|---|
| bmac | False | New Device Address |
| class | False | Bluetooth class (Profile) |
| iface | True | Bluetooth interface (hci0, hci1, ...) |
| name | False | Device name to spoof |
Launch this module to reset a specific bluetooth interface using hciconfig
| Option | Required | Description |
|---|---|---|
| iface | True | Bluetooth interface (hci0, hci1, ...) |
Launch this module to display services being advertised on a specified bluetooth device.
| Option | Required | Description |
|---|---|---|
| bmac | False | Device address (If it is None check all devices) |