mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
refactor: 全部优化为多线程
This commit is contained in:
@@ -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远程文件路径")
|
||||
|
||||
Reference in New Issue
Block a user