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:23:26 +00:00
parent 0e29cc757c
commit 6bb3c3351d
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -40080,6 +40080,9 @@ execution:
sc.exe create #{service_name} binPath= "#{executable_command}"
sc.exe start #{service_name}
sc.exe delete #{service_name}
cleanup_command: 'del C:\art-marker.txt >nul 2>&1
'
name: command_prompt
elevation_required: true
- name: Use PsExec to execute a command on a remote host
+4
View File
@@ -41,6 +41,10 @@ sc.exe start #{service_name}
sc.exe delete #{service_name}
```
#### Cleanup Commands:
```cmd
del C:\art-marker.txt >nul 2>&1
```