From bf583ebd02bafacb94c642a3f7d3dfec253c99ae Mon Sep 17 00:00:00 2001 From: timfrazier1 Date: Tue, 5 Jun 2018 14:13:25 -0400 Subject: [PATCH] Fixed variable sign --- atomics/T1077/T1077.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1077/T1077.yaml b/atomics/T1077/T1077.yaml index 8d134e29..9f28d544 100644 --- a/atomics/T1077/T1077.yaml +++ b/atomics/T1077/T1077.yaml @@ -30,4 +30,4 @@ atomic_tests: executor: name: command_prompt command: | - cmd.exe /c "net use \\#{computer_name}\${share_name} #{password} /u:#{user_name}" + cmd.exe /c "net use \\#{computer_name}\#{share_name} #{password} /u:#{user_name}"