Skip to content

Commit da86d76

Browse files
committed
updated Privesc.psd1 and README.md
1 parent 5f8d8b0 commit da86d76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Privesc/Privesc.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ FunctionsToExport = @(
2727
'Find-PathDLLHijack',
2828
'Find-ProcessDLLHijack',
2929
'Get-ApplicationHost',
30+
'Get-CachedGPPPassword',
3031
'Get-CurrentUserTokenGroupSid',
3132
'Get-ModifiablePath',
3233
'Get-ModifiableRegistryAutoRun',

Privesc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Optional Dependencies: None
5555
Get-Webconfig - checks for any encrypted web.config strings
5656
Get-ApplicationHost - checks for encrypted application pool and virtual directory passwords
5757
Get-SiteListPassword - retrieves the plaintext passwords for any found McAfee's SiteList.xml files
58+
Get-CachedGPPPassword - checks for passwords in cached Group Policy Preferences files
5859

5960
### Other Helpers/Meta-Functions:
6061
Get-ModifiablePath - tokenizes an input string and returns the files in it the current user can modify

0 commit comments

Comments
 (0)