Fix test 8 and 10 output folder for T1003 that performs Credential Dumping (#755)

This commit is contained in:
Mr B0b
2019-12-30 16:04:37 +01:00
committed by Carrie Roberts
parent 9431728f2b
commit a4123e5e2f
+2 -2
View File
@@ -136,7 +136,7 @@ atomic_tests:
output_folder:
description: Path where resulting dump should be placed
type: Path
default: C:\Atomic_Red_Team
default: C:\Windows\Temp
executor:
name: command_prompt
elevation_required: true
@@ -176,7 +176,7 @@ atomic_tests:
extract_path:
description: Path for extracted NTDS.dit
type: Path
default: C:\Extract
default: C:\Windows\Temp
executor:
name: command_prompt
elevation_required: true