Dropping errant RPORT required option for UDP

MSP-11652
bug/bundler_fix
Samuel Huckins 2014-11-25 16:16:54 -06:00
parent 448b6a1cd9
commit 58cc8c989f
No known key found for this signature in database
GPG Key ID: 5FD48AA28C03C944
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ module Auxiliary::UDPScanner
register_options(
[
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)