blob: 69c442ffebda3bf80712f8e9d389fd0847272f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<#
.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
Import-Module $PWD\Invoke-SMBClient.ps1
|