From ac3c47befe8698e009b81e6124258a9f6e9ecd71 Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Thu, 11 Feb 2021 16:17:23 +0000 Subject: [PATCH] Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci] --- atomics/Indexes/index.yaml | 2 +- atomics/T1553.004/T1553.004.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index b6bdb550..e79f7cb0 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -32355,7 +32355,7 @@ defense-evasion: Export-Certificate -Type CERT -Cert Cert:\LocalMachine\My\$($cert.Thumbprint) -FilePath #{pfx_path} Get-ChildItem Cert:\LocalMachine\My\$($cert.Thumbprint) | Remove-Item executor: - command: 'certutil -addstore my .\test-cert.cer + command: 'certutil -addstore my #{pfx_path} ' cleanup_command: | diff --git a/atomics/T1553.004/T1553.004.md b/atomics/T1553.004/T1553.004.md index 5ecf6f2a..43e59df9 100644 --- a/atomics/T1553.004/T1553.004.md +++ b/atomics/T1553.004/T1553.004.md @@ -224,7 +224,7 @@ Creates a root CA with certutil ```powershell -certutil -addstore my .\test-cert.cer +certutil -addstore my #{pfx_path} ``` #### Cleanup Commands: