fix: SSH优化和修复

This commit is contained in:
ZacharyZcR
2025-04-13 13:07:28 +08:00
parent c58b63a6ac
commit b73996884f
4 changed files with 145 additions and 68 deletions
+5 -4
View File
@@ -879,10 +879,11 @@ var (
AddPasswords string // 原PassAdd
// 扫描配置
ScanMode string // 原Scantype
ThreadNum int // 原Threads
//UseSynScan bool
Timeout int64 = 3
ScanMode string // 原Scantype
ThreadNum int // 原Threads
ModuleThreadNum int = 10
Timeout int64 = 3
GlobalTimeout int64 = 180
LiveTop int
DisablePing bool // 原NoPing
UsePing bool // 原Ping