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}"