Skip to content

Commit e3d1a34

Browse files
committed
Land rapid7#5601 : Bump session verify default to 30 seconds
2 parents c7968d8 + 2807fb4 commit e3d1a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/base/sessions/meterpreter_options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(info = {})
1313
[
1414
OptBool.new('AutoLoadStdapi', [true, "Automatically load the Stdapi extension", true]),
1515
OptBool.new('AutoVerifySession', [true, "Automatically verify and drop invalid sessions", true]),
16-
OptInt.new('AutoVerifySessionTimeout', [false, "Timeout period to wait for session validation to occur, in seconds", 10]),
16+
OptInt.new('AutoVerifySessionTimeout', [false, "Timeout period to wait for session validation to occur, in seconds", 30]),
1717
OptString.new('InitialAutoRunScript', [false, "An initial script to run on session creation (before AutoRunScript)", '']),
1818
OptString.new('AutoRunScript', [false, "A script to run automatically on session creation.", '']),
1919
OptBool.new('AutoSystemInfo', [true, "Automatically capture system information on initialization.", true]),

0 commit comments

Comments
 (0)