Skip to content

Commit 0421cff

Browse files
committed
Exploit::Remote::Web#perform_request: timeout set to 10
1 parent f2cf430 commit 0421cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def perform_request
9999
'vars_post' => post,
100100
'headers' => headers,
101101
'cookie' => cookies
102-
}, 0.01 )
102+
}, 10 )
103103
end
104104

105105
#

0 commit comments

Comments
 (0)