@@ -27,14 +27,14 @@ func main() {
2727 _ = os .Unsetenv ("HTTP_PROXY" )
2828 _ = os .Unsetenv ("HTTPS_PROXY" )
2929 _ = os .Unsetenv ("NO_PROXY" )
30- flag .StringVar (& addr , "addr" , "" , "specify an IP, IP CIDR or domain to scan" )
31- flag .StringVar (& in , "in" , "" , "specify a file that contains multiple " +
30+ flag .StringVar (& addr , "addr" , "" , "Specify an IP, IP CIDR or domain to scan" )
31+ flag .StringVar (& in , "in" , "" , "Specify a file that contains multiple " +
3232 "IPs, IP CIDRs or domains to scan, divided by line break" )
33- flag .IntVar (& port , "port" , 443 , "specify a HTTPS port to check" )
34- flag .IntVar (& thread , "thread" , 1 , "count of concurrent tasks" )
35- flag .StringVar (& out , "out" , "out.csv" , "output file to store the result" )
36- flag .IntVar (& timeout , "timeout" , 10 , "timeout for every check" )
37- flag .BoolVar (& verbose , "v" , false , "verbose output" )
33+ flag .IntVar (& port , "port" , 443 , "Specify a HTTPS port to check" )
34+ flag .IntVar (& thread , "thread" , 1 , "Count of concurrent tasks" )
35+ flag .StringVar (& out , "out" , "out.csv" , "Output file to store the result" )
36+ flag .IntVar (& timeout , "timeout" , 10 , "Timeout for every check" )
37+ flag .BoolVar (& verbose , "v" , false , "Verbose output" )
3838 flag .BoolVar (& enableIPv6 , "46" , false , "Enable IPv6 in additional to IPv4" )
3939 flag .StringVar (& url , "url" , "" , "Crawl the domain list from a URL, " +
4040 "e.g. https://launchpad.net/ubuntu/+archivemirrors" )
0 commit comments