Skip to content

Commit

Permalink
fix naabu TopPorts to full
Browse files Browse the repository at this point in the history
  • Loading branch information
x51pwn committed Jul 7, 2022
1 parent 33b8dcb commit fde4785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/naabu/v2/pkg/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func ParseOptions() *Options {

flagSet.CreateGroup("port", "Port",
flagSet.StringVarP(&options.Ports, "p", "port", "", "ports to scan (80,443, 100-200"),
flagSet.StringVarP(&options.TopPorts, "tp", "top-ports", "", "top ports to scan (default 100)"),
flagSet.StringVarP(&options.TopPorts, "tp", "top-ports", "full", "top ports to scan (default 100)"),
flagSet.StringVarP(&options.ExcludePorts, "ep", "exclude-ports", "", "ports to exclude from scan (comma-separated)"),
flagSet.StringVarP(&options.PortsFile, "pf", "ports-file", "", "list of ports to exclude from scan (file)"),
flagSet.BoolVarP(&options.ExcludeCDN, "ec", "exclude-cdn", false, "skip full port scans for CDN's (only checks for 80,443)"),
Expand Down

0 comments on commit fde4785

Please sign in to comment.