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