From 14f6ec80476bfb4cf4163054926fdbe2d1dd0cf0 Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Mon, 4 Apr 2022 12:42:03 +0000 Subject: [PATCH] Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci] --- atomics/Indexes/index.yaml | 4 ++-- atomics/T1112/T1112.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index ed7590c8..1e133ceb 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -33246,7 +33246,7 @@ defense-evasion: - windows executor: command: 'REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" - /VE /T REG_SZ /F /D “Service” + /VE /T REG_SZ /F /D "Service" ' cleanup_command: 'reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" @@ -33265,7 +33265,7 @@ defense-evasion: - windows executor: command: 'REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" - /VE /T REG_SZ /F /D “Service” + /VE /T REG_SZ /F /D "Service" ' cleanup_command: 'reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" diff --git a/atomics/T1112/T1112.md b/atomics/T1112/T1112.md index 09a13c4f..94fbe07e 100644 --- a/atomics/T1112/T1112.md +++ b/atomics/T1112/T1112.md @@ -1227,7 +1227,7 @@ Adding a subkey to Minimal with the name of your service and a default value set ```cmd -REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D “Service” +REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D "Service" ``` #### Cleanup Commands: @@ -1261,7 +1261,7 @@ Adding a subkey to Netowrk with the name of your service and a default value set ```cmd -REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D “Service” +REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D "Service" ``` #### Cleanup Commands: