mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
new: net.probe now also sends multicast dns queries to force mDNS traffic and responses
This commit is contained in:
parent
84228f532f
commit
e993bf73f8
3 changed files with 69 additions and 0 deletions
|
@ -102,6 +102,8 @@ func (p *Prober) Start() error {
|
|||
throttle := time.Duration(p.throttle) * time.Millisecond
|
||||
|
||||
for p.Running() {
|
||||
p.sendProbeMDNS(from, from_hw)
|
||||
|
||||
for _, ip := range addresses {
|
||||
if !p.Running() {
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue