Fix type (string -> path) in T1502 (#937)
This commit is contained in:
committed by
GitHub
parent
00da62d1bb
commit
8158b7a2d0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user