Bump TIMEOUT in Msf::Exploit::Remote::SunRPC

MS-2855/keylogger-mettle-extension
William Vu 2018-01-10 20:36:35 -06:00
parent f66b11f262
commit b1cecd4193
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,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', 10])
# XXX: Use portmapper to do call - Direct portmap to make the request to the program portmap_req
], Msf::Exploit::Remote::SunRPC)