Skip to content

Commit 687d84c

Browse files
committed
Land wvu-r7#11, minor fixes for rapid7#4774
2 parents 787deb4 + a8108cf commit 687d84c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/scanner/chromecast/chromecast_webserver.rb renamed to modules/auxiliary/scanner/http/chromecast_webserver.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Chromecast Web Server Scanner',
1717
'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.
18+
This module scans for the Chromecast web server on port 8008/TCP, and
19+
can be used to discover devices which can be targeted by other Chromecast
20+
modules, such as chromecast_youtube.
2121
},
2222
'Author' => ['wvu'],
2323
'References' => [

0 commit comments

Comments
 (0)