44ModuleToProcess = ' Privesc.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 = ' efb2a78f-a069-4bfd-91c2-7c7c0c225f56'
1111
1212# Author of this module
1313Author = ' Will Schroder'
1414
15- # Company or vendor of this module
16- CompanyName = ' '
17-
1815# Copyright statement for this module
1916Copyright = ' BSD 3-Clause'
2017
@@ -24,39 +21,6 @@ Description = 'PowerSploit Privesc Module'
2421# Minimum version of the Windows PowerShell engine required by this module
2522PowerShellVersion = ' 2.0'
2623
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 Microsoft .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-
6024# Functions to export from this module
6125FunctionsToExport = @ (
6226 ' Get-ServiceUnquoted' ,
@@ -81,32 +45,8 @@ FunctionsToExport = @(
8145 ' Invoke-AllChecks'
8246)
8347
84- # Cmdlets to export from this module
85- CmdletsToExport = ' *'
86-
87- # Variables to export from this module
88- VariablesToExport = ' *'
89-
90- # Aliases to export from this module
91- AliasesToExport = ' *'
92-
93- # DSC resources to export from this module
94- # DscResourcesToExport = @()
95-
96- # List of all modules packaged with this module
97- ModuleList = @ (@ {ModuleName = ' Privesc' ; ModuleVersion = ' 1.0.0.0' ; GUID = ' efb2a78f-a069-4bfd-91c2-7c7c0c225f56' })
98-
9948# List of all files packaged with this module
10049FileList = ' Privesc.psm1' , ' PowerUp.ps1' , ' README.md'
10150
102- # Private data to pass to the module specified in RootModule/ModuleToProcess
103- # PrivateData = ''
104-
105- # HelpInfo URI of this module
106- # HelpInfoURI = ''
107-
108- # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
109- # DefaultCommandPrefix = ''
110-
11151}
11252
0 commit comments