mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
Update WMIExec.go
This commit is contained in:
parent
1cfedda2ce
commit
c3c413ebc0
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user