mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
f2b6d9b708
commit
421df5035f
1 changed files with 0 additions and 6 deletions
|
@ -53,12 +53,6 @@ func NewNDPSpoofer(s *session.Session) *NDPSpoofer {
|
|||
return mod.Stop()
|
||||
}))
|
||||
|
||||
mod.AddHandler(session.NewModuleHandler("ndp.ban off", "",
|
||||
"Stop NDP spoofer.",
|
||||
func(args []string) error {
|
||||
return mod.Stop()
|
||||
}))
|
||||
|
||||
return mod
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue