From 4f5c279c61401ff0a67f4be55dd70780f8f2422f Mon Sep 17 00:00:00 2001 From: Tony M Lambert Date: Wed, 16 Jan 2019 16:14:49 -0600 Subject: [PATCH] T1009 - Adjust test with variable for execution (#418) --- atomics/T1009/T1009.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/atomics/T1009/T1009.yaml b/atomics/T1009/T1009.yaml index fbc9162e..ea09cedc 100644 --- a/atomics/T1009/T1009.yaml +++ b/atomics/T1009/T1009.yaml @@ -11,13 +11,11 @@ atomic_tests: - macos - linux input_arguments: - binary_to_pad: + file_to_pad: description: Path of binary to be padded type: Path - default: /tmp/EvilBinary + default: /tmp/evil-binary executor: name: sh command: | - md5sum #{binary_to_pad} - dd if=/dev/zero bs=1 count=1 >> #{binary_to_pad} - md5sum #{binary_to_pad} + dd if=/dev/zero bs=1 count=1 >> #{file_to_pad}