Skip to content

Commit f45d918

Browse files
committed
fix naabu TopPorts to full
1 parent 0305bae commit f45d918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/naabu/v2/pkg/runner/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func ParseOptions() *Options {
9696

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

0 commit comments

Comments
 (0)