Changed RPORT definition per egypt
parent
40b8c93ef8
commit
a73d8792ee
|
@ -18,7 +18,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
register_options([
|
register_options([
|
||||||
OptBool.new('SSL', [ true, "Negotiate SSL for outgoing connections", true]),
|
OptBool.new('SSL', [ true, "Negotiate SSL for outgoing connections", true]),
|
||||||
OptInt.new('RPORT', [true, "The target port", 443]),
|
Opt::RPORT(443)
|
||||||
])
|
])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue