mirror of
https://github.com/bettercap/bettercap.git
synced 2024-11-03 04:00:07 -08:00
Page:
ble
Pages
Caplets
Changing the Prompt
Compilation on Android
Compilation on Linux and macOS
Compilation on Windows
Cross Compilation ( ARM example )
Home
Interactive Mode
Known Issues
Using with Docker
any.proxy
api.rest
arp.spoof
ble
caplets.update
dhcp6.spoof
dns.spoof
events.stream
gps
hid
http.modules
http.proxy
http.server
https.proxy
https.server
mac.changer
mysql.server
net.probe
net.recon
net.sniff
packet.proxy
syn.scan
tcp.modules
tcp.proxy
ticker
update.check
wifi
wol
7
ble
evilsocket edited this page 2019-02-19 11:14:26 +01:00
This module is responsible for Bluetooth Low Energy devices discovery.
Commands
command | description |
---|---|
ble.recon on |
Start Bluetooth Low Energy devices discovery. |
ble.recon off |
Stop Bluetooth Low Energy devices discovery. |
ble.clear |
Clear all devices collected by the BLE discovery module. |
ble.show |
Show discovered Bluetooth Low Energy devices. |
ble.enum MAC |
Enumerate services and characteristics for the given BLE device. |
ble.write MAC UUID HEX_DATA |
Write the HEX_DATA buffer to the BLE device with the specified MAC address, to the characteristics with the given UUID . |
Parameters
parameter | default | description |
---|---|---|
ble.show.filter |
Defines a regular expression filter for ble.show . |
|
ble.show.sort |
rssi asc |
Defines sorting field (rssi , mac , or seen ) and direction (asc or desc ) for ble.show . |
ble.show.limit |
0 |
If greater than zero, defines limit for ble.show . |
Examples
Connect, enumerate and read characteristics from the BLE device 04:52:de:ad:be:ef
:
> ble.enum 04:52:de:ad:be:ef
Write the bytes ff ff ff ff ff ff ff ff
to the BLE device 04:52:de:ad:be:ef
on its characteristics with UUID 234bfbd5e3b34536a3fe723620d4b78d
:
> ble.write 04:52:de:ad:be:ef 234bfbd5e3b34536a3fe723620d4b78d ffffffffffffffff
Known Issues
- incomplete support for macOS
- Just not supported on Windows.
- Known Issues
- Using with Docker
- Compilation
- Interactive Mode and Command Line Arguments
- Changing the Prompt
- Caplets
Modules
- Core
- HID on 2.4Ghz (mousejacking)
- Bluetooth Low Energy
- 802.11
- Ethernet and IP
- Servers
- Rogue Servers
- Utils