aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-05Get to memory improvementsdevKevin Robertson1-1138/+1143
Changed to arraylist for downloading to memory to speed things up a little.
2017-06-13Readme fixKevin Robertson1-10/+10
2017-06-12Added Invoke-SMBClientKevin Robertson3-10/+2737
Invoke-SMBClient performs basic file share tasks with pass the hash.
2017-03-29Fixed encodingKevin Robertson4-6/+6
I removed the BOM characters that slipped into the files. They were causing import problems with some tools like Empire. I switched the SMBExec service startup type to manual just in case the delete doesn't complete. Updated one of the SMBExec messages.
2017-03-07Added support for longer commandsKevin Robertson2-102/+452
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-15Readme update and small SMB2 fixKevin Robertson2-2/+12
Fixed an error catch with SMB2.
2017-01-03Invoke-TheHash parameter fixesKevin Robertson1-5/+5
2017-01-03Typo fixKevin Robertson1-1/+1
2017-01-02Screenshot fixKevin Robertson1-1/+1
2017-01-02Initial commitKevin Robertson5-0/+3989
2017-01-02Create LICENSE.mdKevin Robertson1-0/+29
2017-01-02License deleteKevin Robertson1-31/+0
2017-01-02Typo fixKevin Robertson1-1/+1
2017-01-02Readme and licenseKevin Robertson2-0/+120