diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2018-08-28 22:54:23 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2018-08-28 22:54:23 -0400 |
commit | 29c7dddb7168bbcb4580e55f03dded35a3ecda8d (patch) | |
tree | 3f67e8c823c800c3b0aa99d3952c2e236c46b4e0 /Invoke-TheHash.psm1 | |
parent | a4936ed9bb354cb0eb5b33f91138c12d7b5b5046 (diff) | |
download | Invoke-TheHash-29c7dddb7168bbcb4580e55f03dded35a3ecda8d.tar.gz Invoke-TheHash-29c7dddb7168bbcb4580e55f03dded35a3ecda8d.zip |
Added Invoke-SMBEnum, easy SMB signing checks, refactors and bug fixes
Invoke-SMBEnum added for User, Group, Share, and NetSession enumeration. SMB functions prepped for upcoming Inveigh Relay session integration. Unauthenticated SMB signing check.
Diffstat (limited to 'Invoke-TheHash.psm1')
-rw-r--r-- | Invoke-TheHash.psm1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Invoke-TheHash.psm1 b/Invoke-TheHash.psm1 index 69c442f..ff41a10 100644 --- a/Invoke-TheHash.psm1 +++ b/Invoke-TheHash.psm1 @@ -6,6 +6,7 @@ Invoke-TheHash - PowerShell Pass The Hash Utils https://github.com/Kevin-Robertson/Invoke-TheHash #> Import-Module $PWD\Invoke-TheHash.ps1 +Import-Module $PWD\Invoke-SMBClient.ps1 +Import-Module $PWD\Invoke-SMBEnum.ps1 Import-Module $PWD\Invoke-SMBExec.ps1 -Import-Module $PWD\Invoke-WMIExec.ps1 -Import-Module $PWD\Invoke-SMBClient.ps1
\ No newline at end of file +Import-Module $PWD\Invoke-WMIExec.ps1
\ No newline at end of file |