Exploit::Remote::Web#perform_request: timeout set to 10
parent
f2cf4304d2
commit
0421cff913
|
@ -99,7 +99,7 @@ module Exploit::Remote::Web
|
|||
'vars_post' => post,
|
||||
'headers' => headers,
|
||||
'cookie' => cookies
|
||||
}, 0.01 )
|
||||
}, 10 )
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue