mirror of
https://github.com/XTLS/RealiTLScanner.git
synced 2026-09-22 22:28:08 +03:00
set default output file
This commit is contained in:
@@ -30,7 +30,7 @@ func main() {
|
||||
"IPs, IP CIDRs or domains to scan, divided by line break")
|
||||
flag.IntVar(&port, "port", 443, "specify a HTTPS port to check")
|
||||
flag.IntVar(&thread, "thread", 1, "count of concurrent tasks")
|
||||
flag.StringVar(&out, "out", "", "output file to store the result")
|
||||
flag.StringVar(&out, "out", "out.csv", "output file to store the result")
|
||||
flag.IntVar(&timeout, "timeout", 10, "timeout for every check")
|
||||
flag.BoolVar(&verbose, "v", false, "verbose output")
|
||||
flag.BoolVar(&enableIPv6, "46", false, "Enable IPv6 in additional to IPv4")
|
||||
|
||||
Reference in New Issue
Block a user