Skip to content

Commit

Permalink
correct url (#2552)
Browse files Browse the repository at this point in the history
* correct url

* Update T1027.yaml
  • Loading branch information
clr2of8 authored Oct 3, 2023
1 parent 302abbb commit d667fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomics/T1027/T1027.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ atomic_tests:
url_path:
description: url to download JScript file
type: url
default: https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1027/bin/T1027js.zip
default: https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1027/bin/t1027js.zip
dependency_executor_name: powershell
dependencies:
- description: |
Expand All @@ -241,7 +241,7 @@ atomic_tests:
Expand-Archive -path "PathToAtomicsFolder\..\ExternalPayloads\T1027js.zip" -DestinationPath "PathToAtomicsFolder\..\ExternalPayloads\temp_T1027js.zip\" -Force
executor:
command: |
"%temp%\temp_T1027js.zip\T1027js.js"
"PathToAtomicsFolder\..\ExternalPayloads\temp_T1027js.zip\T1027js.js"
cleanup_command: |
taskkill /f /im calculator.exe >nul 2>nul
name: command_prompt

0 comments on commit d667fff

Please sign in to comment.