Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-05 | Get to memory improvementsdev | Kevin Robertson | 1 | -1138/+1143 | |
Changed to arraylist for downloading to memory to speed things up a little. | |||||
2017-06-13 | Readme fix | Kevin Robertson | 1 | -10/+10 | |
2017-06-12 | Added Invoke-SMBClient | Kevin Robertson | 3 | -10/+2737 | |
Invoke-SMBClient performs basic file share tasks with pass the hash. | |||||
2017-03-29 | Fixed encoding | Kevin Robertson | 4 | -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-07 | Added support for longer commands | Kevin Robertson | 2 | -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-22 | WMI fix for 0x1C01000B error | Kevin Robertson | 1 | -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-15 | Readme update and small SMB2 fix | Kevin Robertson | 2 | -2/+12 | |
Fixed an error catch with SMB2. | |||||
2017-01-03 | Invoke-TheHash parameter fixes | Kevin Robertson | 1 | -5/+5 | |
2017-01-03 | Typo fix | Kevin Robertson | 1 | -1/+1 | |
2017-01-02 | Screenshot fix | Kevin Robertson | 1 | -1/+1 | |
2017-01-02 | Initial commit | Kevin Robertson | 5 | -0/+3989 | |
2017-01-02 | Create LICENSE.md | Kevin Robertson | 1 | -0/+29 | |
2017-01-02 | License delete | Kevin Robertson | 1 | -31/+0 | |
2017-01-02 | Typo fix | Kevin Robertson | 1 | -1/+1 | |
2017-01-02 | Readme and license | Kevin Robertson | 2 | -0/+120 | |