blob: b70510beea38e5d23b276ef1596742f33e2ba515 (
plain)
1
2
3
4
5
6
7
8
9
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
|