fix: 修复多线程问题

This commit is contained in:
ZacharyZcR
2024-12-21 02:00:16 +08:00
parent b7d4e185aa
commit 2bfd58663c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func SshScan(info *Common.HostInfo) (tmperr error) {
return
}
threads := 10 // 设置线程数
threads := Common.BruteThreads // 使用 BruteThreads 来控制线程数
taskChan := make(chan struct {
user string
pass string