diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-05-30 21:22:31 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-05-30 21:22:31 -0400 |
commit | 890247deec3c0c5252305924990e12aa7fda77f5 (patch) | |
tree | 480497d45270dcaa5491109bd28bfc5cbe13594c /README.md | |
parent | 4567547d6d697e8cf2aa14ee598ec74ee42ed007 (diff) | |
download | PowerSploit-890247deec3c0c5252305924990e12aa7fda77f5.tar.gz PowerSploit-890247deec3c0c5252305924990e12aa7fda77f5.zip |
Issue #43 - Adding Get-VaultCredentials
Displays Windows vault credential objects including cleartext web
credentials.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -192,6 +192,10 @@ Lists the device paths of all local volume shadow copies. Mounts a volume shadow copy. +#### `Get-VaultCredentials` + +Displays Windows vault credential objects including cleartext web credentials. + #### `Out-Minidump` Generates a full-memory minidump of a process. |