aboutsummaryrefslogtreecommitdiff
path: root/Invoke-TheHash.ps1
AgeCommit message (Collapse)AuthorFilesLines
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 Robertson1-2/+2
Switched examples from -TargetsExclude to -TargetExclude.
2018-11-01Examples and -Target fixesKevin Robertson1-3/+3
Switched the Invoke-TheHash examples from -Targets to -Target. Fixed the issue preventing Invoke-TheHash from accepting a single target.
2018-08-28Added Invoke-SMBEnum, easy SMB signing checks, refactors and bug fixesKevin Robertson1-124/+239
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-1/+1
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-01-02Initial commitKevin Robertson1-0/+243