Add back SSL options for tc-agent-xmlrpc-module
parent
8ae0bcbacd
commit
0f34f94496
|
@ -35,7 +35,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => 'Apr 14 2015'))
|
||||
|
||||
deregister_options('SRVHOST', 'SRVPORT', 'SSL', 'SSLCert', 'URIPATH', 'VHOST')
|
||||
deregister_options('SRVHOST', 'SRVPORT', 'URIPATH', 'VHOST')
|
||||
register_options(
|
||||
[
|
||||
Opt::RPORT(9090),
|
||||
|
|
Loading…
Reference in New Issue