mirror of
https://github.com/Kevin-Robertson/Powermad
synced 2026-06-08 11:28:52 +00:00
2c25774fc4
Added functions for performing ADIDNS spoofing. All LDAP functions now accept a pscredential object. Added nonsecure dynamic updates functionality to Invoke-DNSupdate.
8 lines
201 B
PowerShell
8 lines
201 B
PowerShell
<#
|
|
.SYNOPSIS
|
|
Powermad - PowerShell MachineAccountQuota and DNS exploit tools
|
|
.LINK
|
|
https://github.com/Kevin-Robertson/Powermad
|
|
#>
|
|
Import-Module $PWD\Powermad.ps1
|
|
Import-Module $PWD\Invoke-DNSUpdate.ps1 |