T1009 - Adjust test with variable for execution (#418)

This commit is contained in:
Tony M Lambert
2019-01-16 16:14:49 -06:00
committed by Zac Brown
parent 37ca7e5fd0
commit 4f5c279c61
+3 -5
View File
@@ -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}