Remove local payload saving used for debugging
parent
4790b18424
commit
cc5770558d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue