From 453646d40532900c9da56bbf97dee51fd6d74112 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Wed, 6 Sep 2017 14:25:38 -0400 Subject: Initial commit --- Powermad.psm1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Powermad.psm1 (limited to 'Powermad.psm1') diff --git a/Powermad.psm1 b/Powermad.psm1 new file mode 100644 index 0000000..2dd5646 --- /dev/null +++ b/Powermad.psm1 @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3