fix: fixed typo in net.sniff (tnx to @_branzo_)

This commit is contained in:
evilsocket 2019-03-10 20:46:25 +01:00
commit 42ba34eb75
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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()
}))