Skip to content

Commit 342bfd6

Browse files
jhart-r7Brian Patterson
authored andcommitted
Dont' set default PORTS or PROBE options. Require user configuration.
1 parent 2a18ea0 commit 342bfd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/udp/udp_amplification.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def initialize
2424

2525
register_options(
2626
[
27-
OptString.new('PORTS', [true, 'Ports to probe', '1-1024']),
28-
OptString.new('PROBE', [false, 'UDP payload/probe to send. Unset for an empty UDP datagram, or the `file://` resource to get content from a local file', 'test'])
27+
OptString.new('PORTS', [true, 'Ports to probe']),
28+
OptString.new('PROBE', [false, 'UDP payload/probe to send. Unset for an empty UDP datagram, or the `file://` resource to get content from a local file'])
2929
]
3030
)
3131

0 commit comments

Comments
 (0)