Skip to content

Commit ea4dd02

Browse files
committed
Add SSID to report_service info
1 parent e5d6af6 commit ea4dd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/chromecast/chromecast_webserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_host(ip)
5050
:port => rport,
5151
:proto => 'tcp',
5252
:name => 'chromecast',
53-
:info => name
53+
:info => "#{name} (#{ssid})"
5454
)
5555
end
5656
end

0 commit comments

Comments
 (0)