diff options
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 |