diff options
author | Harmj0y <will@harmj0y.net> | 2016-06-04 19:07:28 -0400 |
---|---|---|
committer | Harmj0y <will@harmj0y.net> | 2016-06-04 19:07:28 -0400 |
commit | 491594529205b66937c718b38cb4e7909935e6ec (patch) | |
tree | cae8b0d0f7703c1cf3bfd8b6548225f9206c64e4 /Privesc/Privesc.psd1 | |
parent | 1b359e7875de1e8392224af8591d062fff89a525 (diff) | |
download | PowerSploit-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.psd1 | 4 |
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', |