diff options
Diffstat (limited to 'Powermad.psm1')
-rw-r--r-- | Powermad.psm1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Powermad.psm1 b/Powermad.psm1 index 2dd5646..80388c1 100644 --- a/Powermad.psm1 +++ b/Powermad.psm1 @@ -1,12 +1,8 @@ <# .SYNOPSIS -Powermad - Offensive PowerShell misfit tools +Powermad - PowerShell MachineAccountQuota and DNS exploit 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 +Import-Module $PWD\Powermad.ps1 +Import-Module $PWD\Invoke-DNSUpdate.ps1
\ No newline at end of file |