update gup.exe download link

This commit is contained in:
Carrie Roberts
2020-12-28 16:02:35 -07:00
committed by GitHub
parent 582d2e97f8
commit c4f6609515
+2 -2
View File
@@ -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
name: command_prompt