Bluetooth
Enumerate Clients
Show all clients in the area, as a carousel menu
Shows all these fields:
RSSI
Name
MAC Address
Vendor
Services
Alias
It may not look like it's updating and finding new clients, but it is - try moving left and right to force the menu to update - this is a limitation to reduce writes on the screen
BLE Write
Write to a BLE client's GATT characteristics
Shows all clients in the area as a list, sorted by RSSI
Usage
Find a client you want to connect to, scroll and select that client
Bettercap will enumerate their characteristics, it may take a couple of seconds
It will show a menu of all of the characteristic names and their UUIDs
Pick the characteristic you want to write to, and it'll show a final menu - here you can see info on that characteristic, like if it's R/W, read only, etc.
Hit write and pick your payload
Profit ???
Graph RSSIs
Show all clients in the area, sorted by RSSI as a bar graph - strongest on the left, weakest on the right
Last updated