refactor: 全部优化为多线程

This commit is contained in:
ZacharyZcR
2024-12-31 20:25:54 +08:00
parent ed69e41001
commit c004762a8c
32 changed files with 2768 additions and 573 deletions
+1
View File
@@ -114,6 +114,7 @@ func Flag(Info *HostInfo) {
// 暴力破解配置
flag.BoolVar(&DisableBrute, "nobr", false, "禁用密码暴力破解")
flag.IntVar(&BruteThreads, "br", 1, "设置密码破解线程数")
flag.IntVar(&MaxRetries, "retry", 3, "设置最大重试次数")
// 其他配置
flag.StringVar(&RemotePath, "path", "", "指定FCG/SMB远程文件路径")