Change service name to something more appropriate

Technically, it's part of DIAL, but we don't want to confuse the user
even more.
bug/bundler_fix
William Vu 2015-02-17 12:41:31 -06:00
parent e16614abb9
commit 787deb4b23
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ class Metasploit4 < Msf::Auxiliary
:host => ip,
:port => rport,
:proto => 'tcp',
:name => 'chromecast',
:info => "#{name} (#{ssid})"
:name => 'http',
:info => %Q{Chromecast "#{name}" connected to #{ssid}}
)
end
end