aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2014-06-30 15:20:48 -0400
committermattifestation <mattgraeber@gmail.com>2014-06-30 15:20:48 -0400
commit8c2411ccf3e9f880bbb8bd77aa727980ab0f58b6 (patch)
tree35bfa561869127938e282ddd9b960d3751199291 /Exfiltration
parentdc3cab2c9fba42d8328237170f881dc3f96db0a5 (diff)
downloadPowerSploit-8c2411ccf3e9f880bbb8bd77aa727980ab0f58b6.tar.gz
PowerSploit-8c2411ccf3e9f880bbb8bd77aa727980ab0f58b6.zip
Get-VaultCredential now takes the singular form.
Diffstat (limited to 'Exfiltration')
-rw-r--r--Exfiltration/Exfiltration.psd14
-rw-r--r--Exfiltration/Get-VaultCredential.ps1 (renamed from Exfiltration/Get-VaultCredentials.ps1)8
-rw-r--r--Exfiltration/Get-VaultCredential.ps1xml (renamed from Exfiltration/Get-VaultCredentials.ps1xml)0
3 files changed, 6 insertions, 6 deletions
diff --git a/Exfiltration/Exfiltration.psd1 b/Exfiltration/Exfiltration.psd1
index 9d3ef00..6776b14 100644
--- a/Exfiltration/Exfiltration.psd1
+++ b/Exfiltration/Exfiltration.psd1
@@ -25,7 +25,7 @@ Description = 'PowerSploit Exfiltration Module'
PowerShellVersion = '2.0'
# Format files (.ps1xml) to be loaded when importing this module
-FormatsToProcess = 'Get-VaultCredentials.ps1xml'
+FormatsToProcess = 'Get-VaultCredential.ps1xml'
# Functions to export from this module
FunctionsToExport = '*'
@@ -46,6 +46,6 @@ ModuleList = @(@{ModuleName = 'Exfiltration'; ModuleVersion = '1.0.0.0'; GUID =
FileList = 'Exfiltration.psm1', 'Exfiltration.psd1', 'Get-TimedScreenshot.ps1', 'Out-Minidump.ps1',
'Get-Keystrokes.ps1', 'Get-GPPPassword.ps1', 'Usage.md', 'Invoke-Mimikatz.ps1',
'Invoke-NinjaCopy.ps1', 'Invoke-TokenManipulation.ps1', 'Invoke-CredentialInjection.ps1',
- 'VolumeShadowCopyTools.ps1', 'Get-VaultCredentials.ps1', 'Get-VaultCredentials.ps1xml'
+ 'VolumeShadowCopyTools.ps1', 'Get-VaultCredential.ps1', 'Get-VaultCredential.ps1xml'
}
diff --git a/Exfiltration/Get-VaultCredentials.ps1 b/Exfiltration/Get-VaultCredential.ps1
index 4c33127..c830fa2 100644
--- a/Exfiltration/Get-VaultCredentials.ps1
+++ b/Exfiltration/Get-VaultCredential.ps1
@@ -1,11 +1,11 @@
-function Get-VaultCredentials
+function Get-VaultCredential
{
<#
.SYNOPSIS
Displays Windows vault credential objects including cleartext web credentials.
-PowerSploit Function: Get-VaultCredentials
+PowerSploit Function: Get-VaultCredential
Author: Matthew Graeber (@mattifestation)
License: BSD 3-Clause
Required Dependencies: None
@@ -13,13 +13,13 @@ Optional Dependencies: None
.DESCRIPTION
-Get-VaultCredentials enumerates and displays all credentials stored in the Windows
+Get-VaultCredential enumerates and displays all credentials stored in the Windows
vault. Web credentials, specifically are displayed in cleartext. This script was
inspired by the following C implementation: http://www.oxid.it/downloads/vaultdump.txt
.EXAMPLE
-Get-VaultCredentials
+Get-VaultCredential
.NOTES
diff --git a/Exfiltration/Get-VaultCredentials.ps1xml b/Exfiltration/Get-VaultCredential.ps1xml
index 33e909f..33e909f 100644
--- a/Exfiltration/Get-VaultCredentials.ps1xml
+++ b/Exfiltration/Get-VaultCredential.ps1xml