Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
34f36da8f3
commit
5ec79bd8ed
@@ -264,6 +264,7 @@ if (Test-Path #{wce_exe}) {exit 0} else {exit 1}
|
||||
##### Get Prereq Commands:
|
||||
```
|
||||
$parentpath = Split-Path "#{wce_exe}"; $zippath = "$parentpath\wce.zip"
|
||||
IEX(IWR "https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/Public/Invoke-WebRequestVerifyHash.ps1")
|
||||
if(Invoke-WebRequestVerifyHash "#{wce_url}" "$zippath" #{wce_zip_hash}){
|
||||
Expand-Archive $zippath $parentpath\wce -Force
|
||||
Move-Item $parentpath\wce\wce.exe "#{wce_exe}"
|
||||
|
||||
@@ -19539,6 +19539,7 @@ credential-access:
|
||||
prereq_command: 'if (Test-Path #{wce_exe}) {exit 0} else {exit 1}'
|
||||
get_prereq_command: |-
|
||||
$parentpath = Split-Path "#{wce_exe}"; $zippath = "$parentpath\wce.zip"
|
||||
IEX(IWR "https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/Public/Invoke-WebRequestVerifyHash.ps1")
|
||||
if(Invoke-WebRequestVerifyHash "#{wce_url}" "$zippath" #{wce_zip_hash}){
|
||||
Expand-Archive $zippath $parentpath\wce -Force
|
||||
Move-Item $parentpath\wce\wce.exe "#{wce_exe}"
|
||||
|
||||
Reference in New Issue
Block a user