aboutsummaryrefslogtreecommitdiff
path: root/Invoke-TheHash.psm1
diff options
context:
space:
mode:
Diffstat (limited to 'Invoke-TheHash.psm1')
-rw-r--r--Invoke-TheHash.psm110
1 files changed, 10 insertions, 0 deletions
diff --git a/Invoke-TheHash.psm1 b/Invoke-TheHash.psm1
new file mode 100644
index 0000000..b70510b
--- /dev/null
+++ b/Invoke-TheHash.psm1
@@ -0,0 +1,10 @@
+<#
+.SYNOPSIS
+Invoke-TheHash - PowerShell Pass The Hash Utils
+
+.LINK
+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