4
4
ModuleToProcess = ' Privesc.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 1 .0.0.0'
7
+ ModuleVersion = ' 3 .0.0.0'
8
8
9
9
# ID used to uniquely identify this module
10
10
GUID = ' efb2a78f-a069-4bfd-91c2-7c7c0c225f56'
11
11
12
12
# Author of this module
13
13
Author = ' Will Schroder'
14
14
15
- # Company or vendor of this module
16
- CompanyName = ' '
17
-
18
15
# Copyright statement for this module
19
16
Copyright = ' BSD 3-Clause'
20
17
@@ -24,39 +21,6 @@ Description = 'PowerSploit Privesc Module'
24
21
# Minimum version of the Windows PowerShell engine required by this module
25
22
PowerShellVersion = ' 2.0'
26
23
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
-
60
24
# Functions to export from this module
61
25
FunctionsToExport = @ (
62
26
' Get-ServiceUnquoted' ,
@@ -81,32 +45,8 @@ FunctionsToExport = @(
81
45
' Invoke-AllChecks'
82
46
)
83
47
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
-
99
48
# List of all files packaged with this module
100
49
FileList = ' Privesc.psm1' , ' PowerUp.ps1' , ' README.md'
101
50
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
-
111
51
}
112
52
0 commit comments