aboutsummaryrefslogtreecommitdiff
path: root/Privesc/Privesc.psd1
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-14 11:53:29 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-14 11:53:29 -0500
commit7964823e3f398c41a7ad1c0e8c4c28c0806a9c0d (patch)
tree57e9cfbba515d074f9ca77438245f8dfe46b62aa /Privesc/Privesc.psd1
parent5da1774219284bbe1539675e84f5c8b4370b386e (diff)
downloadPowerSploit-7964823e3f398c41a7ad1c0e8c4c28c0806a9c0d.tar.gz
PowerSploit-7964823e3f398c41a7ad1c0e8c4c28c0806a9c0d.zip
Added documentation for PowerUp
Diffstat (limited to 'Privesc/Privesc.psd1')
-rw-r--r--Privesc/Privesc.psd143
1 files changed, 21 insertions, 22 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1
index fb66225..6d4e3bd 100644
--- a/Privesc/Privesc.psd1
+++ b/Privesc/Privesc.psd1
@@ -23,37 +23,36 @@ PowerShellVersion = '2.0'
# Functions to export from this module
FunctionsToExport = @(
- 'Add-ServiceDacl',
- 'Enable-Privilege',
- 'Find-PathDLLHijack',
- 'Find-ProcessDLLHijack',
- 'Get-ApplicationHost',
- 'Get-CachedGPPPassword',
'Get-ModifiablePath',
- 'Get-ModifiableRegistryAutoRun',
- 'Get-ModifiableScheduledTaskFile',
- 'Get-ModifiableService',
- 'Get-ModifiableServiceFile',
'Get-ProcessTokenGroup',
'Get-ProcessTokenPrivilege',
+ 'Enable-Privilege',
+ 'Add-ServiceDacl',
+ 'Set-ServiceBinaryPath',
+ 'Test-ServiceDaclPermission',
+ 'Get-UnquotedService',
+ 'Get-ModifiableServiceFile',
+ 'Get-ModifiableService',
+ 'Get-ServiceDetail',
+ 'Invoke-ServiceAbuse',
+ 'Write-ServiceBinary',
+ 'Install-ServiceBinary',
+ 'Restore-ServiceBinary',
+ 'Find-ProcessDLLHijack',
+ 'Find-PathDLLHijack',
+ 'Write-HijackDll',
'Get-RegistryAlwaysInstallElevated',
'Get-RegistryAutoLogon',
- 'Get-ServiceDetail',
- 'Get-SiteListPassword',
- 'Get-TokenInformation',
- 'Get-UnquotedService',
+ 'Get-ModifiableRegistryAutoRun',
+ 'Get-ModifiableScheduledTaskFile',
'Get-UnattendedInstallFile',
'Get-WebConfig',
- 'Install-ServiceBinary',
- 'Invoke-ServiceAbuse',
+ 'Get-ApplicationHost',
+ 'Get-SiteListPassword',
+ 'Get-CachedGPPPassword',
+ 'Write-UserAddMSI',
'Invoke-WScriptUACBypass',
'Invoke-PrivescAudit',
- 'Restore-ServiceBinary',
- 'Set-ServiceBinaryPath',
- 'Test-ServiceDaclPermission',
- 'Write-UserAddMSI',
- 'Write-HijackDll',
- 'Write-ServiceBinary',
'Get-System'
)