Update WMIExec.go

This commit is contained in:
影舞者 2024-12-19 22:40:19 +08:00 committed by GitHub
parent 1cfedda2ce
commit c3c413ebc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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