update gup.exe download link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user