Skip to content

Commit 7358bcf

Browse files
committed
Restore timeout
1 parent 42a40cb commit 7358bcf

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', 20])
41+
OptInt.new('TIMEOUT', [true, 'Number of seconds to wait for responses to RPC calls', 5])
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)