diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-05-31 21:22:22 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-05-31 21:22:22 -0400 |
commit | 3444a0700e07e2471e894ce50af69552665e3fbe (patch) | |
tree | b12d66295d93b329d27ba092eb013b39ae95547a /Exfiltration/Get-VaultCredentials.ps1xml | |
parent | 890247deec3c0c5252305924990e12aa7fda77f5 (diff) | |
download | PowerSploit-3444a0700e07e2471e894ce50af69552665e3fbe.tar.gz PowerSploit-3444a0700e07e2471e894ce50af69552665e3fbe.zip |
Updated Get-VaultCredentials - Package SID
Package SIDs are now displayed for Win8 apps. Both the package SID and
secret key are requirements for authenticating to Win8 app servers.
Diffstat (limited to 'Exfiltration/Get-VaultCredentials.ps1xml')
-rw-r--r-- | Exfiltration/Get-VaultCredentials.ps1xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Exfiltration/Get-VaultCredentials.ps1xml b/Exfiltration/Get-VaultCredentials.ps1xml index 7b3f568..33e909f 100644 --- a/Exfiltration/Get-VaultCredentials.ps1xml +++ b/Exfiltration/Get-VaultCredentials.ps1xml @@ -23,6 +23,9 @@ <PropertyName>Credential</PropertyName> </ListItem> <ListItem> + <PropertyName>PackageSid</PropertyName> + </ListItem> + <ListItem> <PropertyName>LastModified</PropertyName> </ListItem> </ListItems> |