aboutsummaryrefslogtreecommitdiff
path: root/Powermad.psm1
blob: 2dd5646eedfeecc4fbe340b30fe608af5eec6b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<#
.SYNOPSIS
Powermad - Offensive PowerShell misfit tools
.LINK
https://github.com/Kevin-Robertson/Powermad
#>
Import-Module $PWD\Invoke-DNSUpdate.ps1
Import-Module $PWD\New-MachineAccount.ps1
Import-Module $PWD\Disable-MachineAccount.ps1
Import-Module $PWD\Set-MachineAccountAttribute.ps1
Import-Module $PWD\Get-MachineAccountAttribute.ps1
Import-Module $PWD\Get-KerberosAESKey.ps1