Changed RPORT definition per egypt

unstable
Matt Andreko 2012-11-30 13:57:25 -05:00
parent 40b8c93ef8
commit a73d8792ee
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Metasploit3 < Msf::Auxiliary
register_options([
OptBool.new('SSL', [ true, "Negotiate SSL for outgoing connections", true]),
OptInt.new('RPORT', [true, "The target port", 443]),
Opt::RPORT(443)
])
end