Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
5a5807aba7
commit
ffb170aa83
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user