remove debugging

bug/bundler_fix
Rob Fuller 2014-09-25 02:16:19 -04:00
parent 8cb4ed4cb7
commit f13289ab65
1 changed files with 0 additions and 1 deletions

View File

@ -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...")