Remove the SSL option (not needed)
parent
758e7c7b58
commit
9dbf7cb86c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue