Remove local payload saving used for debugging

bug/bundler_fix
Emilio Pinna 2014-08-11 19:16:14 +02:00
parent 4790b18424
commit cc5770558d
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ class Metasploit3 < Msf::Exploit::Remote
file_name = "/tmp/#{rand_text_alphanumeric(4+rand(4))}"
File.open(file_name, 'wb') { |f| f.write(data) }
unix_upload(file_name, data)
register_file_for_cleanup(file_name)