cobbr / SharpSploit

SharpSploit is a .NET post-exploitation library written in C#
https://sharpsploit.cobbr.io/api/
BSD 3-Clause "New" or "Revised" License
1.75k stars 307 forks source link

Modify output of WMIExecute #40

Closed rasta-mouse closed 4 years ago

rasta-mouse commented 4 years ago

This changes the output of WMIExecute from a bool to SharpSploitResultList<WmiExecuteResult>, which contains the ReturnValue and ProcessId.

image