From 5e07b01a1ff8408e87364b42f5de6f90b5d71bcc Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 17 Feb 2015 12:51:55 -0600 Subject: [PATCH 1/3] Fix up description a tiny bit --- .../auxiliary/scanner/chromecast/chromecast_webserver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/auxiliary/scanner/chromecast/chromecast_webserver.rb b/modules/auxiliary/scanner/chromecast/chromecast_webserver.rb index ed97a1737e..7c12d5ea01 100644 --- a/modules/auxiliary/scanner/chromecast/chromecast_webserver.rb +++ b/modules/auxiliary/scanner/chromecast/chromecast_webserver.rb @@ -15,9 +15,9 @@ class Metasploit4 < Msf::Auxiliary super(update_info(info, 'Name' => 'Chromecast Web Server Scanner', 'Description' => %q{ - This module scans for the Chromecast web server on port 8008/TCP. - - 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 that can be used against Chromecast + devices, such as chromecast_youtube. }, 'Author' => ['wvu'], 'References' => [ From 14e764ff5a7719eb1f618b7700fa443eb2826389 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 17 Feb 2015 12:53:18 -0600 Subject: [PATCH 2/3] Move to http subdirectory After all, the wordpress scanners are all HTTP as well, and not under some platform specific "wordpress" directory. Lots of other HTTP-ish devices in there as well. --- .../scanner/{chromecast => http}/chromecast_webserver.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/auxiliary/scanner/{chromecast => http}/chromecast_webserver.rb (100%) diff --git a/modules/auxiliary/scanner/chromecast/chromecast_webserver.rb b/modules/auxiliary/scanner/http/chromecast_webserver.rb similarity index 100% rename from modules/auxiliary/scanner/chromecast/chromecast_webserver.rb rename to modules/auxiliary/scanner/http/chromecast_webserver.rb From a8108cfc17fbe36ea8e4a191d03b476fedae8a9e Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 17 Feb 2015 13:04:26 -0600 Subject: [PATCH 3/3] Be less stupid in the description [See #4774] --- modules/auxiliary/scanner/http/chromecast_webserver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/scanner/http/chromecast_webserver.rb b/modules/auxiliary/scanner/http/chromecast_webserver.rb index 7c12d5ea01..5ac407a826 100644 --- a/modules/auxiliary/scanner/http/chromecast_webserver.rb +++ b/modules/auxiliary/scanner/http/chromecast_webserver.rb @@ -16,8 +16,8 @@ class Metasploit4 < Msf::Auxiliary 'Name' => 'Chromecast Web Server Scanner', 'Description' => %q{ This module scans for the Chromecast web server on port 8008/TCP, and - can be used to discover devices that can be used against Chromecast - devices, such as chromecast_youtube. + can be used to discover devices which can be targeted by other Chromecast + modules, such as chromecast_youtube. }, 'Author' => ['wvu'], 'References' => [