external resolver

This commit is contained in:
Simone Margaritelli 2024-09-20 10:29:45 +02:00
commit b0a197b377
15 changed files with 1768 additions and 70 deletions

View file

@ -6,8 +6,8 @@ import (
"github.com/bettercap/bettercap/v2/modules/syn_scan"
"github.com/bettercap/bettercap/v2/network"
"github.com/bettercap/bettercap/v2/zeroconf"
"github.com/evilsocket/islazy/str"
"github.com/grandcat/zeroconf"
)
func (mod *ZeroGod) updateEndpointMeta(address string, endpoint *network.Endpoint, svc *zeroconf.ServiceEntry) {