Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 890247d

Browse files
author
mattifestation
committed
Issue #43 - Adding Get-VaultCredentials
Displays Windows vault credential objects including cleartext web credentials.
1 parent 4567547 commit 890247d

File tree

4 files changed

+426
-41
lines changed

4 files changed

+426
-41
lines changed

Exfiltration/Exfiltration.psd1

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,8 @@ Description = 'PowerSploit Exfiltration Module'
2424
# Minimum version of the Windows PowerShell engine required by this module
2525
PowerShellVersion = '2.0'
2626

27-
# Name of the Windows PowerShell host required by this module
28-
# PowerShellHostName = ''
29-
30-
# Minimum version of the Windows PowerShell host required by this module
31-
# PowerShellHostVersion = ''
32-
33-
# Minimum version of the .NET Framework required by this module
34-
# DotNetFrameworkVersion = ''
35-
36-
# Minimum version of the common language runtime (CLR) required by this module
37-
# CLRVersion = ''
38-
39-
# Processor architecture (None, X86, Amd64) required by this module
40-
# ProcessorArchitecture = ''
41-
42-
# Modules that must be imported into the global environment prior to importing this module
43-
# RequiredModules = @()
44-
45-
# Assemblies that must be loaded prior to importing this module
46-
# RequiredAssemblies = @()
47-
48-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
49-
# ScriptsToProcess = ''
50-
51-
# Type files (.ps1xml) to be loaded when importing this module
52-
# TypesToProcess = @()
53-
5427
# Format files (.ps1xml) to be loaded when importing this module
55-
# FormatsToProcess = @()
56-
57-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
58-
# NestedModules = @()
28+
FormatsToProcess = 'Get-VaultCredentials.ps1xml'
5929

6030
# Functions to export from this module
6131
FunctionsToExport = '*'
@@ -76,15 +46,6 @@ ModuleList = @(@{ModuleName = 'Exfiltration'; ModuleVersion = '1.0.0.0'; GUID =
7646
FileList = 'Exfiltration.psm1', 'Exfiltration.psd1', 'Get-TimedScreenshot.ps1', 'Out-Minidump.ps1',
7747
'Get-Keystrokes.ps1', 'Get-GPPPassword.ps1', 'Usage.md', 'Invoke-Mimikatz.ps1',
7848
'Invoke-NinjaCopy.ps1', 'Invoke-TokenManipulation.ps1', 'Invoke-CredentialInjection.ps1',
79-
'VolumeShadowCopyTools.ps1'
80-
81-
# Private data to pass to the module specified in RootModule/ModuleToProcess
82-
# PrivateData = ''
83-
84-
# HelpInfo URI of this module
85-
# HelpInfoURI = ''
86-
87-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
88-
# DefaultCommandPrefix = ''
49+
'VolumeShadowCopyTools.ps1', 'Get-VaultCredentials.ps1', 'Get-VaultCredentials.ps1xml'
8950

9051
}

0 commit comments

Comments
 (0)