aboutsummaryrefslogtreecommitdiff
path: root/Invoke-TheHash.psm1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-06-12 23:08:06 -0400
committerKevin Robertson <robertsonk@gmail.com>2017-06-12 23:08:06 -0400
commitb4ea90db6518606296f69a355ee016c789778ef8 (patch)
tree2063e679802f8d202ca50f8614c8a8f185fd82ea /Invoke-TheHash.psm1
parentb8f630f00e897278c5518a007127d3993c85f76b (diff)
downloadInvoke-TheHash-b4ea90db6518606296f69a355ee016c789778ef8.tar.gz
Invoke-TheHash-b4ea90db6518606296f69a355ee016c789778ef8.zip
Added Invoke-SMBClient
Invoke-SMBClient performs basic file share tasks with pass the hash.
Diffstat (limited to 'Invoke-TheHash.psm1')
-rw-r--r--Invoke-TheHash.psm13
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