Land #11430, Deregister RHOSTS instead of RHOST

GSoC/Meterpreter_Web_Console
Jacob Robles 2019-02-19 13:10:07 -06:00
commit 6d619217c5
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
'License' => MSF_LICENSE
)
)
deregister_options('RHOST', 'RPORT')
deregister_options('RHOSTS', 'RPORT')
end
def parse_reply(pkt)