Skip to content

Commit 98dca61

Browse files
committed
Delete unused variable
1 parent 810bf59 commit 98dca61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/unix/webapp/wp_downloadmanager_upload.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def exploit
4848

4949
data = Rex::MIME::Message.new
5050
data.add_part(payload.encoded, 'application/x-php', nil, "form-data; name=\"Filedata\"; filename=\"#{filename}\"")
51-
post_data = data.to_s
5251

5352
print_status("#{peer} - Uploading payload")
5453
res = send_request_cgi(

0 commit comments

Comments
 (0)