Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2022-04-04 12:42:03 +00:00
parent 750f0ae00c
commit 14f6ec8047
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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: