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:48:11 +00:00
parent 0376bf02d0
commit cea0622f98
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -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:
+4
View File
@@ -121,6 +121,10 @@ bitsadmin.exe /complete AtomicBITS
bitsadmin.exe /resume #{bits_job_name}
```
#### Cleanup Commands:
```cmd
del #{local_file} >nul 2>&1
```