Skip to content

Commit cc57705

Browse files
committed
Remove local payload saving used for debugging
1 parent 4790b18 commit cc57705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/unix/http/vmturbo_vmtadmin_exec_noauth.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def unix_stager(data)
122122

123123
file_name = "/tmp/#{rand_text_alphanumeric(4+rand(4))}"
124124

125-
File.open(file_name, 'wb') { |f| f.write(data) }
126125
unix_upload(file_name, data)
127126
register_file_for_cleanup(file_name)
128127

0 commit comments

Comments
 (0)