Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -22,6 +22,8 @@ This information could be useful for performing other techniques, such as execut
|
||||
|
||||
- [Atomic Test #5 - System Time with Windows time Command](#atomic-test-5---system-time-with-windows-time-command)
|
||||
|
||||
- [Atomic Test #6 - Discover System Time Zone via Registry](#atomic-test-6---discover-system-time-zone-via-registry)
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -173,4 +175,33 @@ time
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
## Atomic Test #6 - Discover System Time Zone via Registry
|
||||
Identify the Operating System Time Zone via registry with the reg.exe command.
|
||||
Upon execution, the system Time Zone will be shown.
|
||||
|
||||
**Supported Platforms:** Windows
|
||||
|
||||
|
||||
**auto_generated_guid:** 25c5d1f1-a24b-494a-a6c5-5f50a1ae7f47
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Attack Commands: Run with `command_prompt`!
|
||||
|
||||
|
||||
```cmd
|
||||
reg query "HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" /v TimeZoneKeyName
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -64,6 +64,7 @@ atomic_tests:
|
||||
time
|
||||
name: command_prompt
|
||||
- name: Discover System Time Zone via Registry
|
||||
auto_generated_guid: 25c5d1f1-a24b-494a-a6c5-5f50a1ae7f47
|
||||
description: |
|
||||
Identify the Operating System Time Zone via registry with the reg.exe command.
|
||||
Upon execution, the system Time Zone will be shown.
|
||||
|
||||
Reference in New Issue
Block a user