We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 787deb4 + a8108cf commit 687d84cCopy full SHA for 687d84c
modules/auxiliary/scanner/chromecast/chromecast_webserver.rb renamed to modules/auxiliary/scanner/http/chromecast_webserver.rb
@@ -15,9 +15,9 @@ def initialize(info = {})
15
super(update_info(info,
16
'Name' => 'Chromecast Web Server Scanner',
17
'Description' => %q{
18
- This module scans for the Chromecast web server on port 8008/TCP.
19
-
20
- To be used with other Chromecast modules such as chromecast_youtube.
+ This module scans for the Chromecast web server on port 8008/TCP, and
+ can be used to discover devices which can be targeted by other Chromecast
+ modules, such as chromecast_youtube.
21
},
22
'Author' => ['wvu'],
23
'References' => [
0 commit comments