Use 20 seconds as default timeout

* Because it's the default timeout on Rex::Proto::SunRPC::Client
bug/bundler_fix
jvazquez-r7 2014-11-18 11:03:20 -06:00 committed by Jon Hart
parent 694561dd0f
commit 4844447d17
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module Exploit::Remote::SunRPC
register_advanced_options(
[
OptInt.new('TIMEOUT', [true, 'Number of seconds to wait for responses to RPC calls', 5])
OptInt.new('TIMEOUT', [true, 'Number of seconds to wait for responses to RPC calls', 20])
# XXX: Use portmapper to do call - Direct portmap to make the request to the program portmap_req
], Msf::Exploit::Remote::SunRPC)