Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2019-10-21 21:04:31 +00:00
parent 2c8c26fb71
commit 935d69c8e5
2 changed files with 20 additions and 10 deletions
+4 -2
View File
@@ -33,11 +33,13 @@ Added Via Reg.exe
#### Run it with `command_prompt`!
```
REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ /d "#{script_command}"
REM cleanup command below.
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
```
#### Cleanup Commands:
```
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
```
<br/>
<br/>
+16 -8
View File
@@ -2675,10 +2675,14 @@ persistence:
executor:
name: command_prompt
elevation_required: false
command: |
REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ /d "#{script_command}"
REM cleanup command below.
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
command: 'REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ
/d "#{script_command}"
'
cleanup_command: 'REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript
/f
'
- name: Logon Scripts - Mac
description: 'Mac logon script
@@ -19699,10 +19703,14 @@ lateral-movement:
executor:
name: command_prompt
elevation_required: false
command: |
REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ /d "#{script_command}"
REM cleanup command below.
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
command: 'REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ
/d "#{script_command}"
'
cleanup_command: 'REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript
/f
'
- name: Logon Scripts - Mac
description: 'Mac logon script