Bump scanner THREADS to 10 by default

bug/bundler_fix
Jon Hart 2014-11-03 16:59:17 -08:00
parent 141e2e732f
commit f537f91943
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ def initialize(info = {})
register_options([
OptAddressRange.new('RHOSTS', [ true, "The target address range or CIDR identifier"]),
OptInt.new('THREADS', [ true, "The number of concurrent threads", 1 ] )
OptInt.new('THREADS', [ true, "The number of concurrent threads", 10 ] )
], Auxiliary::Scanner)
# RHOST should not be used in scanner modules, only RHOSTS

View File

@ -23,7 +23,6 @@ module Auxiliary::UDPScanner
[
Opt::RPORT,
OptInt.new('BATCHSIZE', [true, 'The number of hosts to probe in each set', 256]),
OptInt.new('THREADS', [true, "The number of concurrent threads", 10])
], self.class)
register_advanced_options(