aboutsummaryrefslogtreecommitdiff
path: root/Privesc
diff options
context:
space:
mode:
Diffstat (limited to 'Privesc')
-rw-r--r--Privesc/Privesc.psd11
-rw-r--r--Privesc/README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1
index 97b7652..867c7ec 100644
--- a/Privesc/Privesc.psd1
+++ b/Privesc/Privesc.psd1
@@ -27,6 +27,7 @@ FunctionsToExport = @(
'Find-PathDLLHijack',
'Find-ProcessDLLHijack',
'Get-ApplicationHost',
+ 'Get-CachedGPPPassword',
'Get-CurrentUserTokenGroupSid',
'Get-ModifiablePath',
'Get-ModifiableRegistryAutoRun',
diff --git a/Privesc/README.md b/Privesc/README.md
index 7f57768..d5b499c 100644
--- a/Privesc/README.md
+++ b/Privesc/README.md
@@ -55,6 +55,7 @@ Optional Dependencies: None
Get-Webconfig - checks for any encrypted web.config strings
Get-ApplicationHost - checks for encrypted application pool and virtual directory passwords
Get-SiteListPassword - retrieves the plaintext passwords for any found McAfee's SiteList.xml files
+ Get-CachedGPPPassword - checks for passwords in cached Group Policy Preferences files
### Other Helpers/Meta-Functions:
Get-ModifiablePath - tokenizes an input string and returns the files in it the current user can modify