Skip to content

Commit aeb0484

Browse files
committed
Removed timeout 2.
1 parent e6e9c17 commit aeb0484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/wp_creativecontactform_file_upload.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def exploit
6969
end
7070

7171
print_status("#{peer} - Calling payload...")
72-
send_request_cgi({
72+
send_request_cgi(
7373
'uri' => normalize_uri(wordpress_url_plugins, 'sexy-contact-form', 'includes', 'fileupload', 'files', php_pagename)
74-
}, 2)
74+
)
7575
end
7676
end

0 commit comments

Comments
 (0)