mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
fix: 修复#444
This commit is contained in:
+5
-5
@@ -248,11 +248,11 @@ func ParseInput(Info *HostInfo) error {
|
||||
return fmt.Errorf(GetText("params_conflict"))
|
||||
}
|
||||
|
||||
// 处理爆破线程配置
|
||||
if BruteThreads <= 0 {
|
||||
BruteThreads = 1
|
||||
LogInfo(GetText("brute_threads", BruteThreads))
|
||||
}
|
||||
//// 处理爆破线程配置
|
||||
//if BruteThreads <= 0 {
|
||||
// BruteThreads = 1
|
||||
// LogInfo(GetText("brute_threads", BruteThreads))
|
||||
//}
|
||||
|
||||
// 处理端口配置
|
||||
if Ports == MainPorts {
|
||||
|
||||
Reference in New Issue
Block a user