diff options
author | Harmj0y <will@harmj0y.net> | 2016-02-11 21:42:20 -0500 |
---|---|---|
committer | Harmj0y <will@harmj0y.net> | 2016-02-11 21:42:20 -0500 |
commit | 2e6b301170e67938e553e47e9f23353814ea2b3b (patch) | |
tree | 7a82ed2714e436b985df4e6b02c8e52561b3620f /Privesc/Privesc.psd1 | |
parent | aea2eacd2de516f889872703754404edeb90f644 (diff) | |
download | PowerSploit-2e6b301170e67938e553e47e9f23353814ea2b3b.tar.gz PowerSploit-2e6b301170e67938e553e47e9f23353814ea2b3b.zip |
Added Get-SiteListPassword to decrypt McAfee SiteList.xml file passwords.
Diffstat (limited to 'Privesc/Privesc.psd1')
-rw-r--r-- | Privesc/Privesc.psd1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1 index 2ccdb8e..9777f2a 100644 --- a/Privesc/Privesc.psd1 +++ b/Privesc/Privesc.psd1 @@ -42,7 +42,8 @@ FunctionsToExport = @( 'Restore-ServiceBinary', 'Write-HijackDll', 'Write-ServiceBinary', - 'Write-UserAddMSI' + 'Write-UserAddMSI', + 'Get-SiteListPassword' ) # List of all files packaged with this module |