Skip to content

Commit 4844447

Browse files
jvazquez-r7jhart-r7
authored andcommitted
Use 20 seconds as default timeout
* Because it's the default timeout on Rex::Proto::SunRPC::Client
1 parent 694561d commit 4844447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/sunrpc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info = {})
3838

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

0 commit comments

Comments
 (0)