修改文件保存路径设置

This commit is contained in:
影舞者
2022-11-28 13:23:24 +08:00
parent f8b44e37ea
commit 27c7e3977e
3 changed files with 2 additions and 19 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func Flag(Info *HostInfo) {
flag.IntVar(&BruteThread, "br", 1, "Brute threads")
flag.BoolVar(&NoPing, "np", false, "not to ping")
flag.BoolVar(&Ping, "ping", false, "using ping replace icmp")
flag.StringVar(&TmpOutputfile, "o", "result.txt", "Outputfile")
flag.StringVar(&Outputfile, "o", "result.txt", "Outputfile")
flag.BoolVar(&TmpSave, "no", false, "not to save output log")
flag.Int64Var(&WaitTime, "debug", 60, "every time to LogErr")
flag.BoolVar(&Silent, "silent", false, "silent scan")