Exploit::Remote::Web#perform_request: timeout set to 10

bug/bundler_fix
Tasos Laskos 2013-02-25 19:49:39 +02:00
parent f2cf4304d2
commit 0421cff913
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ module Exploit::Remote::Web
'vars_post' => post,
'headers' => headers,
'cookie' => cookies
}, 0.01 )
}, 10 )
end
#