Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
0376bf02d0
commit
cea0622f98
@@ -9020,6 +9020,9 @@ persistence:
|
||||
bitsadmin.exe /setnotifycmdline #{bits_job_name} #{command_path} #{command_line}
|
||||
bitsadmin.exe /complete AtomicBITS
|
||||
bitsadmin.exe /resume #{bits_job_name}
|
||||
cleanup_command: 'del #{local_file} >nul 2>&1
|
||||
|
||||
'
|
||||
name: command_prompt
|
||||
T1547:
|
||||
technique:
|
||||
@@ -20181,6 +20184,9 @@ defense-evasion:
|
||||
bitsadmin.exe /setnotifycmdline #{bits_job_name} #{command_path} #{command_line}
|
||||
bitsadmin.exe /complete AtomicBITS
|
||||
bitsadmin.exe /resume #{bits_job_name}
|
||||
cleanup_command: 'del #{local_file} >nul 2>&1
|
||||
|
||||
'
|
||||
name: command_prompt
|
||||
T1027.001:
|
||||
technique:
|
||||
|
||||
@@ -121,6 +121,10 @@ bitsadmin.exe /complete AtomicBITS
|
||||
bitsadmin.exe /resume #{bits_job_name}
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
```cmd
|
||||
del #{local_file} >nul 2>&1
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user