aboutsummaryrefslogtreecommitdiff
path: root/Powermad.psm1
diff options
context:
space:
mode:
Diffstat (limited to 'Powermad.psm1')
-rw-r--r--Powermad.psm112
1 files changed, 12 insertions, 0 deletions
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