From c4f6609515db44db8ee8ffb79b18713c2ea26166 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Mon, 28 Dec 2020 16:02:35 -0700 Subject: [PATCH] update gup.exe download link --- atomics/T1574.002/T1574.002.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1574.002/T1574.002.yaml b/atomics/T1574.002/T1574.002.yaml index 5075cef2..a7d0d460 100644 --- a/atomics/T1574.002/T1574.002.yaml +++ b/atomics/T1574.002/T1574.002.yaml @@ -25,10 +25,10 @@ atomic_tests: if (Test-Path #{gup_executable}) {exit 0} else {exit 1} get_prereq_command: | New-Item -Type Directory (split-path #{gup_executable}) -ErrorAction ignore | Out-Null - Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1574.002/bin/GUP.exe" -OutFile "#{gup_executable}" + Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1574.002/bin/GUP.exe?raw=true" -OutFile "#{gup_executable}" executor: command: | #{gup_executable} cleanup_command: | taskkill /F /IM #{process_name} >nul 2>&1 - name: command_prompt \ No newline at end of file + name: command_prompt