Dont' set default PORTS or PROBE options. Require user configuration.

bug/bundler_fix
Jon Hart 2016-10-24 15:03:21 -07:00
parent 9dfa654558
commit aad9246a53
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 2 additions and 2 deletions

View File

@ -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'])
]
)