Add back SSL options for tc-agent-xmlrpc-module

GSoC/Meterpreter_Web_Console
Dylan Pindur 2018-10-05 15:11:13 +08:00
parent 8ae0bcbacd
commit 0f34f94496
No known key found for this signature in database
GPG Key ID: 16ECFF6E48A63236
1 changed files with 1 additions and 1 deletions

View File

@ -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),