diff options
Diffstat (limited to 'Invoke-TheHash.psm1')
-rw-r--r-- | Invoke-TheHash.psm1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Invoke-TheHash.psm1 b/Invoke-TheHash.psm1 index b70510b..69c442f 100644 --- a/Invoke-TheHash.psm1 +++ b/Invoke-TheHash.psm1 @@ -7,4 +7,5 @@ https://github.com/Kevin-Robertson/Invoke-TheHash #> Import-Module $PWD\Invoke-TheHash.ps1 Import-Module $PWD\Invoke-SMBExec.ps1 -Import-Module $PWD\Invoke-WMIExec.ps1
\ No newline at end of file +Import-Module $PWD\Invoke-WMIExec.ps1 +Import-Module $PWD\Invoke-SMBClient.ps1
\ No newline at end of file |