Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
1ce97c0325
commit
aa9f47cdae
@@ -2390,7 +2390,7 @@ privilege-escalation:
|
||||
'
|
||||
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}\n"
|
||||
cleanup_command: 'taskkill /F /IM #{process_name} >nul 2>&1
|
||||
@@ -11503,7 +11503,7 @@ persistence:
|
||||
'
|
||||
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}\n"
|
||||
cleanup_command: 'taskkill /F /IM #{process_name} >nul 2>&1
|
||||
@@ -27979,7 +27979,7 @@ defense-evasion:
|
||||
'
|
||||
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}\n"
|
||||
cleanup_command: 'taskkill /F /IM #{process_name} >nul 2>&1
|
||||
|
||||
@@ -52,7 +52,7 @@ if (Test-Path #{gup_executable}) {exit 0} else {exit 1}
|
||||
##### Get Prereq Commands:
|
||||
```powershell
|
||||
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}"
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user