aboutsummaryrefslogtreecommitdiff
path: root/Invoke-WMIExec.ps1
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07Added support for longer commandsKevin Robertson1-24/+77
Added logic to Invoke-WMIExec and Invoke-SMBExec to split long commands over multiple packets. SMBExec now supports Empire 2.0 launchers.
2017-01-22WMI fix for 0x1C01000B errorKevin Robertson1-3/+19
Fix to prevent certain command lengths from triggering WMI error code 0x1C01000B. Thanks to @vysec for reporting the issue and testing.
2017-01-02Initial commitKevin Robertson1-0/+1431