diff options
author | Harmj0y <will@harmj0y.net> | 2016-06-06 15:43:01 -0400 |
---|---|---|
committer | Harmj0y <will@harmj0y.net> | 2016-06-06 15:43:01 -0400 |
commit | da86d76adba5e3578a3e3db403df8afd207e5f53 (patch) | |
tree | 715a2f58d9e030cc2db75194449172dfd39d8278 /Privesc | |
parent | 5f8d8b0a10b07407430270e984b4a64d695070ee (diff) | |
download | PowerSploit-da86d76adba5e3578a3e3db403df8afd207e5f53.tar.gz PowerSploit-da86d76adba5e3578a3e3db403df8afd207e5f53.zip |
updated Privesc.psd1 and README.md
Diffstat (limited to 'Privesc')
-rw-r--r-- | Privesc/Privesc.psd1 | 1 | ||||
-rw-r--r-- | Privesc/README.md | 1 |
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 |