Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2020-06-19 22:21:43 +00:00
parent 5a5807aba7
commit ffb170aa83
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -5951,7 +5951,8 @@ privilege-escalation:
"Atomic task" /TR "#{task_command}" /SC daily /ST #{time}
'
cleanup_command: 'SCHTASKS /Delete /TN "Atomic task" /F >nul 2>&1
cleanup_command: 'SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password}
/TN "Atomic task" /F >nul 2>&1
'
- name: Powershell Cmdlet Scheduled Task
@@ -13949,7 +13950,8 @@ persistence:
"Atomic task" /TR "#{task_command}" /SC daily /ST #{time}
'
cleanup_command: 'SCHTASKS /Delete /TN "Atomic task" /F >nul 2>&1
cleanup_command: 'SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password}
/TN "Atomic task" /F >nul 2>&1
'
- name: Powershell Cmdlet Scheduled Task
@@ -39842,7 +39844,8 @@ execution:
"Atomic task" /TR "#{task_command}" /SC daily /ST #{time}
'
cleanup_command: 'SCHTASKS /Delete /TN "Atomic task" /F >nul 2>&1
cleanup_command: 'SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password}
/TN "Atomic task" /F >nul 2>&1
'
- name: Powershell Cmdlet Scheduled Task
+1 -1
View File
@@ -113,7 +113,7 @@ SCHTASKS /Create /S #{target} /RU #{user_name} /RP #{password} /TN "Atomic task"
#### Cleanup Commands:
```cmd
SCHTASKS /Delete /TN "Atomic task" /F >nul 2>&1
SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password} /TN "Atomic task" /F >nul 2>&1
```