diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-13 17:21:10 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-13 17:21:10 -0500 |
commit | f00e3fc6c436f372953f48de1a8e2771b13844ec (patch) | |
tree | 19083991e1b6b41f59cd6cb44efe4c1084bb052a /Recon/Recon.psd1 | |
parent | f4f5fb1460a8163e333c9e5462df6d3ab27a53a6 (diff) | |
download | PowerSploit-f00e3fc6c436f372953f48de1a8e2771b13844ec.tar.gz PowerSploit-f00e3fc6c436f372953f48de1a8e2771b13844ec.zip |
Added Set-DomainObjectOwner to modify an object's owner
Modified Convert-LDAPProperty to break out sections of ntsecuritydescriptor
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 7e2abcb..71667c0 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -51,6 +51,7 @@ FunctionsToExport = @( 'Get-DomainComputer',
'Get-DomainObject',
'Set-DomainObject',
+ 'Set-DomainObjectOwner',
'Get-DomainObjectAcl',
'Add-DomainObjectAcl',
'Find-InterestingDomainAcl',
|