aboutsummaryrefslogtreecommitdiff
path: root/Invoke-SMBExec.ps1
AgeCommit message (Collapse)AuthorFilesLines
2018-09-25Updates for Inveigh 1.4Kevin Robertson1-4/+1
2018-08-28Added Invoke-SMBEnum, easy SMB signing checks, refactors and bug fixesKevin Robertson1-1736/+2076
Invoke-SMBEnum added for User, Group, Share, and NetSession enumeration. SMB functions prepped for upcoming Inveigh Relay session integration. Unauthenticated SMB signing check.
2017-03-29Fixed encodingKevin Robertson1-4/+4
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 Robertson1-78/+375
Added logic to Invoke-WMIExec and Invoke-SMBExec to split long commands over multiple packets. SMBExec now supports Empire 2.0 launchers.
2017-01-15Readme update and small SMB2 fixKevin Robertson1-1/+11
Fixed an error catch with SMB2.
2017-01-02Initial commitKevin Robertson1-0/+2305