aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-09Merge pull request #10 from Vokaysh/patch-1masterKevin Robertson1-10/+10
Fix for issue 8
2018-12-08Fix for issue 8Vokaysh1-10/+10
$Target defined as an array. Reused later, still treated as an array, exception on conversion attempt to string. Fixed by changing $target to $target_host (thanks Kevin!).
2018-11-01Examples fixesKevin Robertson2-3/+3
Switched examples from -TargetsExclude to -TargetExclude.
2018-11-01Examples and -Target fixesKevin Robertson2-4/+4
Switched the Invoke-TheHash examples from -Targets to -Target. Fixed the issue preventing Invoke-TheHash from accepting a single target.
2018-09-25Updates for Inveigh 1.4Kevin Robertson3-8/+9
2018-08-28Added Invoke-SMBEnum, easy SMB signing checks, refactors and bug fixesKevin Robertson7-4004/+7939
Invoke-SMBEnum added for User, Group, Share, and NetSession enumeration. SMB functions prepped for upcoming Inveigh Relay session integration. Unauthenticated SMB signing check.
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