1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Remove unnecessary degistering of RHOST

This commit is contained in:
Jon Hart 2016-01-05 16:08:18 -08:00
parent 8a76bbafff
commit 1d997234cb
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3

View File

@ -23,8 +23,6 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE))
register_options([Opt::RPORT(6379)])
deregister_options('RHOST')
end
def run_host(_ip)