Remove the SSL option (not needed)

bug/bundler_fix
HD Moore 2015-12-01 11:34:03 -06:00
parent 758e7c7b58
commit 9dbf7cb86c
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ class Metasploit4 < Msf::Exploit::Remote
'DisclosureDate' => 'Dec 01 2015'
))
register_options([
Opt::RPORT(80),
OptBool.new('SSL', [ true, 'Use SSL', false])
Opt::RPORT(80)
], self.class)
end