Skip to content

Commit 22664e6

Browse files
committed
Increase default timeout
1 parent 5fba54d commit 22664e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/snmp/snmp_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize
3030
[
3131
Opt::RPORT(161),
3232
Opt::CHOST,
33-
OptInt.new('CONNECTION_TIMEOUT', [true, 'The timeout value for each probe', 1]),
33+
OptInt.new('CONNECTION_TIMEOUT', [true, 'The timeout value for each probe', 2]),
3434
OptInt.new('RETRIES', [true, 'The number of retries per community string', 0]),
3535
OptInt.new('BATCHSIZE', [true, 'The number of hosts to probe in each set', 256]),
3636
OptEnum.new('VERSION', [true, 'The SNMP version to scan', 'all', ['1','2c','all']]),

0 commit comments

Comments
 (0)