Skip to content

Commit 4aa4f83

Browse files
committed
Removed timeout 2.
1 parent 39556c1 commit 4aa4f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/wp_worktheflow_upload.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def exploit
7171
end
7272

7373
print_status("#{peer} - Calling payload...")
74-
send_request_cgi({
74+
send_request_cgi(
7575
'uri' => normalize_uri(wordpress_url_plugins, 'work-the-flow-file-upload', 'public', 'assets',
7676
'jQuery-File-Upload-9.5.0', 'server', 'php', 'files', php_pagename)
77-
}, 2)
77+
)
7878
end
7979
end

0 commit comments

Comments
 (0)