aboutsummaryrefslogtreecommitdiff
path: root/Powermad.psm1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-09-06 14:25:38 -0400
committerKevin Robertson <robertsonk@gmail.com>2017-09-06 14:25:38 -0400
commit453646d40532900c9da56bbf97dee51fd6d74112 (patch)
tree71803ebe681ac0944184700128831d94a9cb43be /Powermad.psm1
parent4bf058ec39c756232aaf2e96b3d98e630dae5443 (diff)
downloadPowermad-453646d40532900c9da56bbf97dee51fd6d74112.tar.gz
Powermad-453646d40532900c9da56bbf97dee51fd6d74112.zip
Initial commit
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