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