mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
work in progress
This commit is contained in:
parent
69744e6b63
commit
b3c84ba6d9
20 changed files with 4743 additions and 440 deletions
|
@ -149,7 +149,7 @@ func (mod *Module) createDot11ProbeGraph(ssid string, station *network.Station)
|
|||
}
|
||||
|
||||
func (mod *Module) createBLEServerGraph(dev *network.BLEDevice) (*Node, bool, error) {
|
||||
mac := network.NormalizeMac(dev.Device.ID())
|
||||
mac := dev.Address
|
||||
node, err := mod.db.FindNode(BLEServer, mac)
|
||||
isNew := node == nil
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue