mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 04:00:09 -07:00
new: implemented syn.scan module (closes #67)
This commit is contained in:
parent
d6fe8fc663
commit
ce76c7258d
8 changed files with 338 additions and 3 deletions
|
@ -484,5 +484,5 @@ func (s *Session) Run(line string) error {
|
|||
}
|
||||
}
|
||||
|
||||
return fmt.Errorf("Unknown command %s%s%s, type %shelp%s for the help menu.", core.BOLD, line, core.RESET, core.BOLD, core.RESET)
|
||||
return fmt.Errorf("Unknown or invalid syntax \"%s%s%s\", type %shelp%s for the help menu.", core.BOLD, line, core.RESET, core.BOLD, core.RESET)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue