@@ -24,38 +24,8 @@ Description = 'PowerSploit Exfiltration Module'
24
24
# Minimum version of the Windows PowerShell engine required by this module
25
25
PowerShellVersion = ' 2.0'
26
26
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
-
54
27
# 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'
59
29
60
30
# Functions to export from this module
61
31
FunctionsToExport = ' *'
@@ -76,15 +46,6 @@ ModuleList = @(@{ModuleName = 'Exfiltration'; ModuleVersion = '1.0.0.0'; GUID =
76
46
FileList = ' Exfiltration.psm1' , ' Exfiltration.psd1' , ' Get-TimedScreenshot.ps1' , ' Out-Minidump.ps1' ,
77
47
' Get-Keystrokes.ps1' , ' Get-GPPPassword.ps1' , ' Usage.md' , ' Invoke-Mimikatz.ps1' ,
78
48
' 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'
89
50
90
51
}
0 commit comments