aboutsummaryrefslogtreecommitdiff
path: root/Privesc/Privesc.psd1
diff options
context:
space:
mode:
authorHarmj0y <will@harmj0y.net>2016-06-04 19:07:28 -0400
committerHarmj0y <will@harmj0y.net>2016-06-04 19:07:28 -0400
commit491594529205b66937c718b38cb4e7909935e6ec (patch)
treecae8b0d0f7703c1cf3bfd8b6548225f9206c64e4 /Privesc/Privesc.psd1
parent1b359e7875de1e8392224af8591d062fff89a525 (diff)
downloadPowerSploit-491594529205b66937c718b38cb4e7909935e6ec.tar.gz
PowerSploit-491594529205b66937c718b38cb4e7909935e6ec.zip
Renamed Get-RegistryAutoRun to Get-ModifiableRegistryAutoRun
Renamed Find-PathHijack to Find-PathDLLHijack Fixed exposed functions in PowerSploit.psd1
Diffstat (limited to 'Privesc/Privesc.psd1')
-rw-r--r--Privesc/Privesc.psd14
1 files changed, 2 insertions, 2 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1
index e4222bf..97b7652 100644
--- a/Privesc/Privesc.psd1
+++ b/Privesc/Privesc.psd1
@@ -24,17 +24,17 @@ PowerShellVersion = '2.0'
# Functions to export from this module
FunctionsToExport = @(
'Add-ServiceDacl',
- 'Find-PathHijack',
+ 'Find-PathDLLHijack',
'Find-ProcessDLLHijack',
'Get-ApplicationHost',
'Get-CurrentUserTokenGroupSid',
'Get-ModifiablePath',
+ 'Get-ModifiableRegistryAutoRun',
'Get-ModifiableScheduledTaskFile',
'Get-ModifiableService',
'Get-ModifiableServiceFile',
'Get-RegistryAlwaysInstallElevated',
'Get-RegistryAutoLogon',
- 'Get-RegistryAutoRun',
'Get-ServiceDetail',
'Get-ServiceUnquoted',
'Get-SiteListPassword',