Increase default timeout

bug/bundler_fix
Meatballs 2015-02-06 19:51:55 +00:00
parent 5fba54db99
commit 22664e63ca
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Auxiliary
[ [
Opt::RPORT(161), Opt::RPORT(161),
Opt::CHOST, Opt::CHOST,
OptInt.new('CONNECTION_TIMEOUT', [true, 'The timeout value for each probe', 1]), OptInt.new('CONNECTION_TIMEOUT', [true, 'The timeout value for each probe', 2]),
OptInt.new('RETRIES', [true, 'The number of retries per community string', 0]), OptInt.new('RETRIES', [true, 'The number of retries per community string', 0]),
OptInt.new('BATCHSIZE', [true, 'The number of hosts to probe in each set', 256]), OptInt.new('BATCHSIZE', [true, 'The number of hosts to probe in each set', 256]),
OptEnum.new('VERSION', [true, 'The SNMP version to scan', 'all', ['1','2c','all']]), OptEnum.new('VERSION', [true, 'The SNMP version to scan', 'all', ['1','2c','all']]),