We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb4ed4 commit f13289aCopy full SHA for f13289a
modules/exploits/osx/local/vmware_bash_function_root.rb
@@ -72,7 +72,6 @@ def exploit
72
exe = Msf::Util::EXE.to_osx_x64_macho(framework, payload.encoded)
73
write_file(payload_file, exe)
74
register_file_for_cleanup(payload_file)
75
- print_status("Got here")
76
cmd_exec("chmod +x #{payload_file}")
77
78
print_status("Running VMWare services...")
0 commit comments