44ModuleToProcess = ' CodeExecution.psm1'
55
66# Version number of this module.
7- ModuleVersion = ' 1 .0.0.0'
7+ ModuleVersion = ' 3 .0.0.0'
88
99# ID used to uniquely identify this module
1010GUID = ' a8a6780b-e694-4aa4-b28d-646afa66733c'
@@ -24,65 +24,10 @@ Description = 'PowerSploit Code Execution Module'
2424# Minimum version of the Windows PowerShell engine required by this module
2525PowerShellVersion = ' 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-
54- # 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 = @()
59-
6027# Functions to export from this module
6128FunctionsToExport = ' *'
6229
63- # Cmdlets to export from this module
64- CmdletsToExport = ' *'
65-
66- # Variables to export from this module
67- VariablesToExport = ' '
68-
69- # Aliases to export from this module
70- AliasesToExport = ' '
71-
72- # List of all modules packaged with this module.
73- ModuleList = @ (@ {ModuleName = ' CodeExecution' ; ModuleVersion = ' 1.0.0.0' ; GUID = ' a8a6780b-e694-4aa4-b28d-646afa66733c' })
74-
7530# List of all files packaged with this module
76- FileList = ' CodeExecution.psm1' , ' CodeExecution.psd1' , ' Invoke--Shellcode.ps1' , ' Invoke-DllInjection.ps1' ,
77- ' Invoke-ShellcodeMSIL.ps1' , ' Invoke-ReflectivePEInjection.ps1' , ' Invoke-WmiCommand.ps1' , ' Usage.md'
78-
79- # Private data to pass to the module specified in RootModule/ModuleToProcess
80- # PrivateData = ''
81-
82- # HelpInfo URI of this module
83- # HelpInfoURI = ''
84-
85- # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
86- # DefaultCommandPrefix = ''
87-
31+ FileList = ' CodeExecution.psm1' , ' CodeExecution.psd1' , ' Invoke-Shellcode.ps1' , ' Invoke-DllInjection.ps1' ,
32+ ' Invoke-ReflectivePEInjection.ps1' , ' Invoke-WmiCommand.ps1' , ' Usage.md'
8833}
0 commit comments