mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
fix: 修复多线程问题
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user