Fix type (string -> path) in T1502 (#937)

This commit is contained in:
Pierre-Jean Grenier
2020-04-10 03:27:59 +02:00
committed by GitHub
parent 00da62d1bb
commit 8158b7a2d0
+2 -2
View File
@@ -20,7 +20,7 @@ atomic_tests:
default: "explorer"
dll_path:
description: Path of the dll to inject
type: string
type: path
default: PathToAtomicsFolder\T1502\bin\calc.dll
dll_process_name:
description: Name of the created process from the injected dll
@@ -28,7 +28,7 @@ atomic_tests:
default: "calculator"
spawnto_process_path:
description: Path of the process to spawn
type: string
type: path
default: C:\Program Files\Internet Explorer\iexplore.exe
spawnto_process_name:
description: Name of the process to spawn