diff --git a/atomics/T1050/T1050.yaml b/atomics/T1050/T1050.yaml index d7388661..d6449c19 100644 --- a/atomics/T1050/T1050.yaml +++ b/atomics/T1050/T1050.yaml @@ -24,6 +24,7 @@ atomic_tests: command: | sc.exe create #{service_name} binPath= #{binary_path} sc.exe start #{service_name} + cleanup_command: | sc.exe stop #{service_name} sc.exe delete #{service_name}