Get rid of function that's never used
RPORT datastore option is deregistered, and is never used anywhere in the module, so I don't why we need this rport() function here.bug/bundler_fix
parent
0af2f1c611
commit
8c03e905de
|
@ -26,10 +26,6 @@ class Metasploit3 < Msf::Auxiliary
|
|||
deregister_options('RPORT', 'RHOST')
|
||||
end
|
||||
|
||||
def rport
|
||||
datastore['RPORT']
|
||||
end
|
||||
|
||||
def run_host(ip)
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue