mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 04:31:52 +08:00
refactor: 输出格式重构,去掉所有插件的多线程,因为多线程会导致结果不准确,加入进度条
This commit is contained in:
+4
-4
@@ -223,10 +223,10 @@ func ParseInput(Info *HostInfo) error {
|
||||
LogInfo(fmt.Sprintf("暴力破解线程数: %d", BruteThreads))
|
||||
}
|
||||
|
||||
if DisableSave {
|
||||
IsSave = false
|
||||
LogInfo("已启用临时保存模式")
|
||||
}
|
||||
//if DisableSave {
|
||||
// IsSave = false
|
||||
// LogInfo("已启用临时保存模式")
|
||||
//}
|
||||
|
||||
// 处理端口配置
|
||||
if Ports == MainPorts {
|
||||
|
||||
Reference in New Issue
Block a user