-
Notifications
You must be signed in to change notification settings - Fork 7
/
tentools.psd1
212 lines (189 loc) Β· 6.89 KB
/
tentools.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
#
# Module manifest for module 'tentools'
#
@{
# Script module or binary module file associated with this manifest.
RootModule = 'tentools.psm1'
# Version number of this module.
ModuleVersion = '0.0.14'
# ID used to uniquely identify this module
GUID = '1e19a8e4-ef98-4f0a-bd7d-f6613c3b7375'
# Author of this module
Author = 'Chrissy LeMaire'
# Copyright statement for this module
Copyright = 'Copyright (c) 2021, licensed under BSD 3'
# Description of the functionality provided by this module
Description = "Automation for DISA ACAS, including tenable.sc, Nessus and more. Based off of Carlos Perez's Posh-Nessus module and commands by Joseph Warren (@luzkenin)."
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('PSFramework', 'PoshRSJob', @{ ModuleName = 'posh-ssh'; ModuleVersion = '2.3.0' } )
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @('bin\RestSharp.dll')
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @()
# Functions to export from this module
FunctionsToExport = @(
'Add-TNGroupUser',
'Add-TNPluginRule',
'Add-TNPolicyPortRange',
'Add-TNScanner',
'Backup-TNServer',
'Connect-TNServer',
'ConvertFrom-TNRestResponse',
'Copy-TNPolicy',
'Disable-TNPolicyLocalPortEnumeration',
'Disable-TNPolicyPortScanner',
'Disable-TNTelemetry',
'Edit-TNPluginRule',
'Enable-TNPolicyLocalPortEnumeration',
'Enable-TNPolicyPortScanner',
'Export-TNPolicy',
'Export-TNScan',
'Get-TNAnalysis',
'Get-TNAsset',
'Get-TNAudit',
'Get-TNCredential',
'Get-TNDashboard',
'Get-TNFeedStatus',
'Get-TNFolder',
'Get-TNGroup',
'Get-TNGroupMember',
'Get-TNLdapServer',
'Get-TNOrganization',
'Get-TNOrganizationUser',
'Get-TNPlugin',
'Get-TNPluginFamily',
'Get-TNPluginFamilyDetails',
'Get-TNPluginRule',
'Get-TNPolicy',
'Get-TNPolicyDetail',
'Get-TNPolicyLocalPortEnumeration',
'Get-TNPolicyPortRange',
'Get-TNPolicyPortScanner',
'Get-TNPolicyTemplate',
'Get-TNQuery',
'Get-TNReport',
'Get-TNReportAttribute',
'Get-TNReportResult',
'Get-TNRepository',
'Get-TNRole',
'Get-TNScan',
'Get-TNScanDetail',
'Get-TNScanHistory',
'Get-TNScanHost',
'Get-TNScanHostDetail',
'Get-TNScanner',
'Get-TNScanResult',
'Get-TNScanTemplate',
'Get-TNScanZone',
'Get-TNServerInfo',
'Get-TNServerStatus',
'Get-TNSession',
'Get-TNSessionInfo',
'Get-TNSystemLog',
'Get-TNUser',
'Import-TNAsset',
'Import-TNAudit',
'Import-TNCustomPlugin',
'Import-TNDashboard',
'Import-TNPolicy',
'Import-TNReport',
'Import-TNScan',
'Initialize-TNServer',
'Invoke-TNRequest',
'New-TNAsset',
'New-TNCredential',
'New-TNDisaAsrReport',
'New-TNFolder',
'New-TNGroup',
'New-TNLdapServer',
'New-TNOrganization',
'New-TNOrganizationUser',
'New-TNPolicy',
'New-TNQuery',
'New-TNReportAttribute',
'New-TNRepository',
'New-TNScan',
'New-TNScanZone',
'New-TNUser',
'Register-TNLicense',
'Remove-TNAsset',
'Remove-TNAudit',
'Remove-TNCredential',
'Remove-TNDashboard',
'Remove-TNFolder',
'Remove-TNGroup',
'Remove-TNGroupUser',
'Remove-TNOrganization',
'Remove-TNOrganizationUser',
'Remove-TNPluginRule',
'Remove-TNPolicy',
'Remove-TNQuery',
'Remove-TNReport',
'Remove-TNReportResult',
'Remove-TNRepository',
'Remove-TNScan',
'Remove-TNScanHistory',
'Remove-TNScanner',
'Remove-TNScanZone',
'Remove-TNSession',
'Remove-TNUser',
'Rename-TNFolder',
'Rename-TNGroup',
'Restart-TNService',
'Restore-TNServer',
'Resume-TNScan',
'Save-TNAudit',
'Save-TNLatestPluginFile',
'Save-TNPlugin',
'Save-TNReportResult',
'Save-TNScanResult',
'Save-TNScapFile',
'Send-TNAcasFile',
'Set-TNCertificate',
'Set-TNPolicyPortRange',
'Set-TNRepositoryProperty',
'Set-TNScanProperty',
'Set-TNScanZoneProperty',
'Set-TNUserPassword',
'Start-TNDeploy',
'Start-TNReport',
'Start-TNScan',
'Stop-TNScan',
'Suspend-TNScan',
'Test-TNAccessibility',
'Update-TNPluginFeed',
'Wait-TNServerReady'
)
# Cmdlets to export from this module
CmdletsToExport = @()
# Variables to export from this module
VariablesToExport = @()
# Aliases to export from this module
AliasesToExport = @()
PrivateData = @{
# PSData is module packaging and gallery metadata embedded in PrivateData
# It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages
# We had to do this because it's the only place we're allowed to extend the manifest
# https://connect.microsoft.com/PowerShell/feedback/details/421837
PSData = @{
# The primary categorization of this module (from the TechNet Gallery tech tree).
Category = "Security"
# Keyword tags to help users find this module via navigations and search.
Tags = @('nessus', 'tenable', 'acas', 'security', 'disa', 'dod', 'tenable.sc', 'securitycenter', 'migration')
# The web address of an icon which can be used in galleries to represent this module
IconUri = "https://user-images.githubusercontent.com/8278033/107939993-d9c88f80-6f87-11eb-892b-a7f090b1f619.png"
# The web address of this module's project or support homepage.
ProjectUri = "https://github.com/potatoqualitee/tentools"
# The web address of this module's license. Points to a page that's embeddable and linkable.
LicenseUri = "https://opensource.org/licenses/MIT"
# Release notes for this particular version of the module
ReleaseNotes = ""
# If true, the LicenseUrl points to an end-user license (not just a source license) which requires the user agreement before use.
# RequireLicenseAcceptance = ""
# Indicates this is a pre-release/testing version of the module.
IsPrerelease = 'True'
}
}
}