mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: parsing BLE PnP ID field
This commit is contained in:
parent
c3a4dc8cf5
commit
cff4b4c11b
2 changed files with 55 additions and 16 deletions
|
@ -38,7 +38,7 @@ func (mod *BLERecon) getRow(dev *network.BLEDevice, withName bool) []string {
|
|||
return []string{
|
||||
rssi,
|
||||
address,
|
||||
dev.Name(),
|
||||
tui.Yellow(dev.Name()),
|
||||
vendor,
|
||||
dev.Advertisement.Flags.String(),
|
||||
isConnectable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue