diff --git a/lib/msf/base/sessions/command_shell.rb b/lib/msf/base/sessions/command_shell.rb index a4dbeaa032..78cffff42e 100644 --- a/lib/msf/base/sessions/command_shell.rb +++ b/lib/msf/base/sessions/command_shell.rb @@ -277,7 +277,6 @@ class CommandShell def binary_exists(binary) print_status("Trying to find binary(#{binary}) on target machine") binary_path = shell_command_token("which #{binary}").strip - p binary_path if binary_path.eql?("#{binary} not found") print_error(binary_path) return nil