From 82af4ecbd910251a08b06dcbc86d4d1446b1acd1 Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Thu, 14 May 2020 16:54:18 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=master --- atomics/Indexes/index.yaml | 4 ++-- atomics/T1028/T1028.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 79dc6311..fe941fe5 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -26646,7 +26646,7 @@ execution: dependencies: - description: PsExec tool from Sysinternals must exist on disk at specified location (#{psexec_exe}) - prereq_command: if (Test-Path "#{psexec_exe}"") { exit 0} else { exit 1} + prereq_command: if (Test-Path "#{psexec_exe}") { exit 0} else { exit 1} get_prereq_command: |- Invoke-WebRequest "https://download.sysinternals.com/files/PSTools.zip" -OutFile "$env:TEMP\PsTools.zip" Expand-Archive $env:TEMP\PsTools.zip $env:TEMP\PsTools -Force @@ -28170,7 +28170,7 @@ lateral-movement: dependencies: - description: PsExec tool from Sysinternals must exist on disk at specified location (#{psexec_exe}) - prereq_command: if (Test-Path "#{psexec_exe}"") { exit 0} else { exit 1} + prereq_command: if (Test-Path "#{psexec_exe}") { exit 0} else { exit 1} get_prereq_command: |- Invoke-WebRequest "https://download.sysinternals.com/files/PSTools.zip" -OutFile "$env:TEMP\PsTools.zip" Expand-Archive $env:TEMP\PsTools.zip $env:TEMP\PsTools -Force diff --git a/atomics/T1028/T1028.md b/atomics/T1028/T1028.md index 01e3962c..7b192b29 100644 --- a/atomics/T1028/T1028.md +++ b/atomics/T1028/T1028.md @@ -144,7 +144,7 @@ Upon successful execution, cmd will utilize psexec.exe to spawn cmd.exe on a rem ##### Description: PsExec tool from Sysinternals must exist on disk at specified location (#{psexec_exe}) ##### Check Prereq Commands: ```cmd -if (Test-Path "#{psexec_exe}"") { exit 0} else { exit 1} +if (Test-Path "#{psexec_exe}") { exit 0} else { exit 1} ``` ##### Get Prereq Commands: ```cmd