Skip to content

Commit aaed7fe

Browse files
committed
Make the timeout for the calling payload request lower
1 parent 98dca61 commit aaed7fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/unix/webapp/wp_downloadmanager_upload.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ def exploit
7070

7171
print_status("#{peer} - Calling uploaded file #{file_path}")
7272
send_request_cgi(
73-
'uri' => file_path,
74-
'method' => 'GET'
75-
)
73+
{
74+
'uri' => file_path,
75+
'method' => 'GET'
76+
}, 5)
7677
end
7778
end

0 commit comments

Comments
 (0)