fix duplicate key in yaml issues (#690)
This commit is contained in:
committed by
Tony M Lambert
parent
088081e033
commit
396cdf4d92
@@ -30,7 +30,6 @@ atomic_tests:
|
||||
command: |
|
||||
mimikatz # sekurlsa::pth /user:#{user_name} /domain:#{domain} /ntlm:#{ntlm}
|
||||
|
||||
atomic_tests:
|
||||
- name: crackmapexec Pass the Hash
|
||||
description: |
|
||||
command execute with crackmapexec
|
||||
|
||||
@@ -84,14 +84,12 @@ atomic_tests:
|
||||
sudo lsmod | grep -i "virtio_pci\|virtio_net"
|
||||
sudo lsmod | grep -i "hv_vmbus\|hv_blkvsc\|hv_netvsc\|hv_utils\|hv_storvsc"
|
||||
|
||||
- name: Hostname Discovery
|
||||
- name: Hostname Discovery (Windows)
|
||||
description: |
|
||||
Identify system hostname for Windows, Linux, and macOS systems.
|
||||
Identify system hostname for Windows.
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
- linux
|
||||
- macos
|
||||
|
||||
executor:
|
||||
name: command_prompt
|
||||
@@ -99,6 +97,15 @@ atomic_tests:
|
||||
command: |
|
||||
hostname
|
||||
|
||||
- name: Hostname Discovery
|
||||
description: |
|
||||
Identify system hostname for Linux and macOS systems.
|
||||
|
||||
supported_platforms:
|
||||
- linux
|
||||
- macos
|
||||
|
||||
executor:
|
||||
name: bash
|
||||
elevation_required: false
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user