new: parsing BLE PnP ID field

This commit is contained in:
evilsocket 2019-02-22 13:18:43 +01:00
commit cff4b4c11b
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 55 additions and 16 deletions

View file

@ -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,