perf: 优化插件打印信息

This commit is contained in:
ZacharyZcR
2024-12-19 15:13:38 +08:00
parent 6a84d0cf8a
commit dfc84e9813
20 changed files with 43 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ func MssqlScan(info *Config.HostInfo) (tmperr error) {
if Common.IsBrute {
return
}
fmt.Println("[+] Mssql扫描模块开始...")
starttime := time.Now().Unix()
@@ -44,6 +45,7 @@ func MssqlScan(info *Config.HostInfo) (tmperr error) {
}
}
}
fmt.Println("[+] Mssql扫描模块结束...")
return tmperr
}