mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
fix: modules that require net.recon can now specify it as a dependency
This commit is contained in:
parent
5ef330f80b
commit
36e5fe8bdb
5 changed files with 30 additions and 0 deletions
|
@ -30,6 +30,8 @@ func NewProber(s *session.Session) *Prober {
|
|||
waitGroup: &sync.WaitGroup{},
|
||||
}
|
||||
|
||||
mod.SessionModule.Requires("net.recon")
|
||||
|
||||
mod.AddParam(session.NewBoolParameter("net.probe.nbns",
|
||||
"true",
|
||||
"Enable NetBIOS name service discovery probes."))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue