mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
perf: 优化插件打印信息
This commit is contained in:
@@ -16,6 +16,7 @@ func SshScan(info *Config.HostInfo) (tmperr error) {
|
||||
if Common.IsBrute {
|
||||
return
|
||||
}
|
||||
fmt.Println("[+] SSH扫描模块开始...")
|
||||
|
||||
startTime := time.Now().Unix()
|
||||
|
||||
@@ -53,6 +54,7 @@ func SshScan(info *Config.HostInfo) (tmperr error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("[+] SSH扫描模块结束...")
|
||||
return tmperr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user