Removed function no longer used

bug/bundler_fix
Christopher Truncer 2014-08-20 22:51:01 -04:00
parent c93bfb4673
commit 383906c26c
1 changed files with 4 additions and 13 deletions

View File

@ -25,21 +25,12 @@ class Metasploit3 < Msf::Auxiliary
], self.class)
end
def rhost_or_vhost
if datastore['VHOST']
return datastore['VHOST']
else
return ip
end
end
def run_host(ip)
connect
each_user_pass do |user, pass|
do_login(user, pass, ip)
end
connect
each_user_pass do |user, pass|
do_login(user, pass, ip)
end
end
def do_login(user, pass, ip)