mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 16:13:48 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
a5116d3533
commit
09c09e647b
3 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ func NewSynScanner(s *session.Session) *SynScanner {
|
|||
return mod.Stop()
|
||||
}))
|
||||
|
||||
mod.AddHandler(session.NewModuleHandler("syn.scan IP-RANGE [START-PORT] [END-PORT]", "syn.scan ([^\\s]+) ?(\\d+)?([\\s\\d]*)?",
|
||||
mod.AddHandler(session.NewModuleHandler("syn.scan IP-RANGE START-PORT END-PORT", "syn.scan ([^\\s]+) ?(\\d+)?([\\s\\d]*)?",
|
||||
"Perform a syn port scanning against an IP address within the provided ports range.",
|
||||
func(args []string) error {
|
||||
period := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue