Update T1135.yaml (#1533)
Updated and confirmed operational. #1441 Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
@@ -88,6 +88,14 @@ atomic_tests:
|
||||
Enumerate Domain Shares the current user has access. Upon execution, progress info about each share being scanned will be displayed.
|
||||
supported_platforms:
|
||||
- windows
|
||||
dependency_executor_name: powershell
|
||||
dependencies:
|
||||
- description: |
|
||||
Endpoint must be joined to domain
|
||||
prereq_command: |
|
||||
if ((Get-WmiObject -Class Win32_ComputerSystem).PartofDomain) {exit 0} else {exit 1}
|
||||
get_prereq_command: |
|
||||
"Join system to domain"
|
||||
executor:
|
||||
command: |
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
|
||||
Reference in New Issue
Block a user