Skip to content

Commit

Permalink
Update T1055.015.yaml (#2885)
Browse files Browse the repository at this point in the history
Co-authored-by: Carrie Roberts <[email protected]>
  • Loading branch information
cyberbuff and clr2of8 authored Aug 3, 2024
1 parent f85294b commit e3127cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomics/T1055.015/T1055.015.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ atomic_tests:
exe_binary:
description: PE binary
type: path
default: PathToAtomicsFolder\T1055.015\bin\ListPlanting.exe
default: PathToAtomicsFolder\T1055.015\bin\listPlanting.exe
dependency_executor_name: powershell
dependencies:
- description: |
Expand All @@ -19,7 +19,7 @@ atomic_tests:
if (Test-Path "#{exe_binary}") {exit 0} else {exit 1}
get_prereq_command: |
New-Item -Type Directory (split-path "#{exe_binary}") -ErrorAction ignore | Out-Null
Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1055.015/bin/ListPlanting.exe" -OutFile "#{exe_binary}"
Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1055.015/bin/listPlanting.exe" -OutFile "#{exe_binary}"
executor:
command: |-
Start-Process "#{exe_binary}"
Expand Down

0 comments on commit e3127cb

Please sign in to comment.