aboutsummaryrefslogtreecommitdiff
path: root/Recon/Recon.psd1
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-13 17:21:10 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-13 17:21:10 -0500
commitf00e3fc6c436f372953f48de1a8e2771b13844ec (patch)
tree19083991e1b6b41f59cd6cb44efe4c1084bb052a /Recon/Recon.psd1
parentf4f5fb1460a8163e333c9e5462df6d3ab27a53a6 (diff)
downloadPowerSploit-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.psd11
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',