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:
parent
8a76bbafff
commit
1d997234cb
@ -23,8 +23,6 @@ class Metasploit3 < Msf::Auxiliary
|
|||||||
'License' => MSF_LICENSE))
|
'License' => MSF_LICENSE))
|
||||||
|
|
||||||
register_options([Opt::RPORT(6379)])
|
register_options([Opt::RPORT(6379)])
|
||||||
|
|
||||||
deregister_options('RHOST')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def run_host(_ip)
|
def run_host(_ip)
|
||||||
|
Loading…
Reference in New Issue
Block a user