T1546.012: change target_binary path (#1878)

Co-authored-by: abuly <abulyaev@yan.ru>
This commit is contained in:
abulyaev
2022-04-20 07:37:22 +05:00
committed by GitHub
parent ef28428d73
commit 0e67932ccf
+2 -2
View File
@@ -11,7 +11,7 @@ atomic_tests:
target_binary:
description: Binary To Attach To
type: Path
default: C:\Windows\System32\calc.exe
default: calc.exe
payload_binary:
description: Binary To Execute
type: Path
@@ -33,7 +33,7 @@ atomic_tests:
target_binary:
description: Binary To Attach To
type: Path
default: C:\Windows\System32\notepad.exe
default: notepad.exe
payload_binary:
description: Binary To Execute
type: Path