mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
new: net.probe is now be able to actively discover mDNS services
This commit is contained in:
parent
45951d2f82
commit
2bd768f065
2 changed files with 80 additions and 0 deletions
|
@ -116,6 +116,10 @@ func (mod *Prober) Start() error {
|
|||
mod.Fatal("%s", err)
|
||||
}
|
||||
|
||||
if mod.probes.MDNS {
|
||||
go mod.mdnsProber()
|
||||
}
|
||||
|
||||
fromIP := mod.Session.Interface.IP
|
||||
fromHW := mod.Session.Interface.HW
|
||||
addresses := list.Expand()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue