mirror of
https://github.com/bettercap/bettercap
synced 2025-08-13 10:16:56 -07:00
fix: fixed typo in net.sniff (tnx to @_branzo_)
This commit is contained in:
parent
0676301a40
commit
42ba34eb75
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func NewSniffer(s *session.Session) *Sniffer {
|
|||
}))
|
||||
|
||||
mod.AddHandler(session.NewModuleHandler("net.fuzz on", "",
|
||||
"Enable fuzzing for every sniffed packet containing the sapecified layers.",
|
||||
"Enable fuzzing for every sniffed packet containing the specified layers.",
|
||||
func(args []string) error {
|
||||
return mod.StartFuzzing()
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue