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

  1. Find a client you want to connect to, scroll and select that client

  2. Bettercap will enumerate their characteristics, it may take a couple of seconds

  3. It will show a menu of all of the characteristic names and their UUIDs

  4. 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.

  5. Hit write and pick your payload

  6. 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