Restore timeout

bug/bundler_fix
jvazquez-r7 2014-11-18 12:48:35 -06:00 committed by Jon Hart
parent 542eb6e301
commit dff6af0747
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', 20])
OptInt.new('TIMEOUT', [true, 'Number of seconds to wait for responses to RPC calls', 5])
# XXX: Use portmapper to do call - Direct portmap to make the request to the program portmap_req
], Msf::Exploit::Remote::SunRPC)