Fix up description a tiny bit
parent
787deb4b23
commit
5e07b01a1f
|
@ -15,9 +15,9 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Chromecast Web Server Scanner',
|
'Name' => 'Chromecast Web Server Scanner',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module scans for the Chromecast web server on port 8008/TCP.
|
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
|
||||||
To be used with other Chromecast modules such as chromecast_youtube.
|
devices, such as chromecast_youtube.
|
||||||
},
|
},
|
||||||
'Author' => ['wvu'],
|
'Author' => ['wvu'],
|
||||||
'References' => [
|
'References' => [
|
||||||
|
|
Loading…
Reference in New Issue