T1124 - Get system date time in macOS using shell

This commit is contained in:
Arun
2021-10-28 19:24:28 +05:30
parent 776224b7d3
commit 29824b76d5
+10
View File
@@ -27,3 +27,13 @@ atomic_tests:
command: |
Get-Date
name: powershell
- name: System Time Discovery in macOS
auto_generate_guid:
description: |
Identify system time. Upon execution, the local computer system time and timezone will be displayed.
supported_platforms:
- macos
executor:
command: |
date
name: sh