mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: using wireshark manufacturers file instead of oui.dat (closes #303)
This commit is contained in:
parent
7ef447e726
commit
976465959e
13 changed files with 70433 additions and 45957 deletions
|
@ -106,7 +106,7 @@ func (w *WiFiModule) discoverProbes(radiotap *layers.RadioTap, dot11 *layers.Dot
|
|||
|
||||
w.Session.Events.Add("wifi.client.probe", WiFiProbe{
|
||||
FromAddr: dot11.Address2,
|
||||
FromVendor: network.OuiLookup(dot11.Address2.String()),
|
||||
FromVendor: network.ManufLookup(dot11.Address2.String()),
|
||||
FromAlias: w.Session.Lan.GetAlias(dot11.Address2.String()),
|
||||
SSID: string(req.Contents[2 : 2+size]),
|
||||
RSSI: radiotap.DBMAntennaSignal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue