Skip to content

Commit dff6af0

Browse files
jvazquez-r7jhart-r7
authored andcommitted
Restore timeout
1 parent 542eb6e commit dff6af0

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)