Dont' set default PORTS or PROBE options. Require user configuration.
parent
9dfa654558
commit
aad9246a53
|
@ -24,8 +24,8 @@ class MetasploitModule < Msf::Auxiliary
|
|||
|
||||
register_options(
|
||||
[
|
||||
OptString.new('PORTS', [true, 'Ports to probe', '1-1024']),
|
||||
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'])
|
||||
OptString.new('PORTS', [true, 'Ports to probe']),
|
||||
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'])
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue