Closed rasta-mouse closed 4 years ago
This changes the output of WMIExecute from a bool to SharpSploitResultList<WmiExecuteResult>, which contains the ReturnValue and ProcessId.
WMIExecute
bool
SharpSploitResultList<WmiExecuteResult>
ReturnValue
ProcessId
This changes the output of
WMIExecute
from abool
toSharpSploitResultList<WmiExecuteResult>
, which contains theReturnValue
andProcessId
.