Skip to content

Commit 58cc8c9

Browse files
committed
Dropping errant RPORT required option for UDP
MSP-11652
1 parent 448b6a1 commit 58cc8c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/core/auxiliary/udp_scanner.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def initialize(info = {})
2121

2222
register_options(
2323
[
24-
Opt::RPORT,
2524
OptInt.new('BATCHSIZE', [true, 'The number of hosts to probe in each set', 256]),
2625
OptInt.new('THREADS', [true, "The number of concurrent threads", 10])
2726
], self.class)

0 commit comments

Comments
 (0)