Update WMIExec.go

This commit is contained in:
影舞者
2024-12-19 22:40:19 +08:00
committed by GitHub
parent 1cfedda2ce
commit c3c413ebc0

View File

@@ -37,7 +37,6 @@ func WmiExec(info *Common.HostInfo) (tmperr error) {
if Common.IsBrute {
return nil
}
fmt.Println("[+] WmiExec扫描模块开始...")
starttime := time.Now().Unix()
@@ -92,7 +91,6 @@ func WmiExec(info *Common.HostInfo) (tmperr error) {
}
}
}
fmt.Println("[+] WmiExec扫描模块结束...")
return tmperr
}