fix duplicate key in yaml issues (#690)

This commit is contained in:
Carrie Roberts
2019-11-25 10:05:55 -07:00
committed by Tony M Lambert
parent 088081e033
commit 396cdf4d92
2 changed files with 11 additions and 5 deletions
-1
View File
@@ -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
+11 -4
View File
@@ -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: |