Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix for issue 8
|
|
$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!).
|
|
Switched examples from -TargetsExclude to -TargetExclude.
|
|
Switched the Invoke-TheHash examples from -Targets to -Target. Fixed the issue preventing Invoke-TheHash from accepting a single target.
|
|
|
|
Invoke-SMBEnum added for User, Group, Share, and NetSession enumeration. SMB functions prepped for upcoming Inveigh Relay session integration. Unauthenticated SMB signing check.
|
|
Changed to arraylist for downloading to memory to speed things up a
little.
|
|
|
|
Invoke-SMBClient performs basic file share tasks with pass the hash.
|
|
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.
|
|
Added logic to Invoke-WMIExec and Invoke-SMBExec to split long commands
over multiple packets. SMBExec now supports Empire 2.0 launchers.
|
|
Fix to prevent certain command lengths from triggering WMI error code
0x1C01000B. Thanks to @vysec for reporting the issue and testing.
|
|
Fixed an error catch with SMB2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|