mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
perf: 优化插件打印信息
This commit is contained in:
@@ -15,6 +15,7 @@ func FtpScan(info *Config.HostInfo) (tmperr error) {
|
||||
if Common.IsBrute {
|
||||
return
|
||||
}
|
||||
fmt.Println("[+] FTP扫描模块开始...")
|
||||
|
||||
starttime := time.Now().Unix()
|
||||
|
||||
@@ -56,6 +57,7 @@ func FtpScan(info *Config.HostInfo) (tmperr error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("[+] FTP扫描模块结束...") // 添加结束打印
|
||||
return tmperr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user