Remove unnecessary RHOST definition

GSoC/Meterpreter_Web_Console
HD Moore 2018-05-06 22:20:51 -05:00
parent 8141e949fc
commit 5d57e9db34
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class MetasploitModule < Msf::Exploit::Remote
register_options(
[
Opt::RHOST(),
Opt::RPORT(443),
OptBool.new('SSL', [true, 'Use SSL', true]),
OptAddress.new('CBHOST', [ false, "The listener address used for staging the real payload" ]),