Skip to content

Commit 787deb4

Browse files
committed
Change service name to something more appropriate
Technically, it's part of DIAL, but we don't want to confuse the user even more.
1 parent e16614a commit 787deb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/chromecast/chromecast_webserver.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def run_host(ip)
5454
:host => ip,
5555
:port => rport,
5656
:proto => 'tcp',
57-
:name => 'chromecast',
58-
:info => "#{name} (#{ssid})"
57+
:name => 'http',
58+
:info => %Q{Chromecast "#{name}" connected to #{ssid}}
5959
)
6060
end
6161
end

0 commit comments

Comments
 (0)