From 840dbcb418d722b7372e1fbf5dd60cd9ffc3911d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Maas?= Date: Mon, 11 Jun 2018 13:15:23 +0200 Subject: [PATCH] Add output redirection, so that the commands serve a purpose. --- atomics/T1083/T1083.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atomics/T1083/T1083.yaml b/atomics/T1083/T1083.yaml index db4aea4d..aa3ff4ed 100644 --- a/atomics/T1083/T1083.yaml +++ b/atomics/T1083/T1083.yaml @@ -17,9 +17,9 @@ atomic_tests: dir /s "c:\Documents and Settings" >> %temp%\download dir /s "c:\Program Files\" >> %temp%\download dir /s d:\ >> %temp%\download - dir "%systemdrive%\Users\*.*" - dir "%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\*.*" - dir "%userprofile%\Desktop\*.*" + dir "%systemdrive%\Users\*.*" >> %temp%\download + dir "%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\*.*" >> %temp%\download + dir "%userprofile%\Desktop\*.*" >> %temp%\download tree /F >> %temp%\download - name: nix file and diectory discovery