@@ -15,12 +15,12 @@ import (
15
15
16
16
var (
17
17
Target = flag .String ("h" , "f5.ink" , "Target:f5.ink|114.67.111.74|114.67.111.74/28|114.67.111.74-80|114.67.111.74-114.67.111.80|114.67.111.*" )
18
- TargetFile = flag .String ("hf" , "ip.txt " , "Target:ip.txt" )
19
- Thread = flag .Int ("t" , 10000 , "Maximum threads" )
20
- Timeout = flag .Int ("time" , 1 , "timeout:3 seconds" )
21
- Outfile = flag .String ("out" , "text.txt " , "result.txt" )
18
+ TargetFile = flag .String ("hf" , "" , "Target:ip.txt" )
19
+ Thread = flag .Int ("t" , 1000 , "Maximum threads" )
20
+ Timeout = flag .Int ("time" , 2 , "timeout:3 seconds" )
21
+ Outfile = flag .String ("out" , "" , "result.txt" )
22
22
Format = flag .String ("format" , "text" , "Result format: text=>ip:port,json=>{\" ip\" :\" port\" }" )
23
- MaxCheck = flag .Int ("check" , 2 , "MaxCheck:Connect check the maximum number" )
23
+ MaxCheck = flag .Int ("check" , 1 , "MaxCheck:Connect check the maximum number" )
24
24
Silent = flag .Bool ("s" , false , "silent mode" )
25
25
//Port_list = flag.Int("p", 0, "Port:80|80,443|1-1024")
26
26
)
0 commit comments