Land #7752, moar Chromecast docs
commit
ac4eae2e0f
|
@ -0,0 +1,29 @@
|
|||
This module plays (by default) [https://www.youtube.com/watch?v=kxopViU98Xo]("Epic sax guy 10 hours") on a target Google Chromecast via YouTube.
|
||||
|
||||
Naturally, audio should be cranked to 11 before running this module.
|
||||
|
||||
## Verification Steps
|
||||
|
||||
1. Do: ```use auxiliary/scanner/http/chromecast_webserver ```
|
||||
2. Do: ```set RHOST [IP]```
|
||||
3. Do: ```run```
|
||||
|
||||
## Options
|
||||
|
||||
**VID**
|
||||
|
||||
The YouTube video to be played. Defaults to [https://www.youtube.com/watch?v=kxopViU98Xo](kxopViU98Xo)
|
||||
|
||||
## Sample Output
|
||||
|
||||
Of note, this was played on a 1st generation Google Chromecast (USB stick looking, not circular)
|
||||
|
||||
```
|
||||
msf > auxiliary/admin/chromecast/chromecast_youtube
|
||||
msf auxiliary(chromecast_youtube) > set rhost 10.10.10.196
|
||||
rhost => 10.10.10.196
|
||||
msf auxiliary(chromecast_youtube) > run
|
||||
|
||||
[+] Playing https://www.youtube.com/watch?v=kxopViU98Xo
|
||||
[*] Auxiliary module execution completed
|
||||
```
|
|
@ -0,0 +1,38 @@
|
|||
This module is a scanner which enumerates Google Chromecast via its HTTP interface (default port 8008). The WiFi access point the Chromecast is also enumerated.
|
||||
|
||||
## Verification Steps
|
||||
|
||||
1. Do: ```use auxiliary/scanner/http/chromecast_webserver ```
|
||||
2. Do: ```set RHOSTS [IP]```
|
||||
3. Do: ```run```
|
||||
|
||||
## Sample Output
|
||||
|
||||
Of note, all 3 of the devices are the 1st generation Google Chromecast (USB stick looking, not circular)
|
||||
|
||||
```
|
||||
msf > use auxiliary/scanner/http/chromecast_webserver
|
||||
msf auxiliary(chromecast_webserver) > set threads 10
|
||||
threads => 10
|
||||
msf auxiliary(chromecast_webserver) > set verbose true
|
||||
verbose => true
|
||||
msf auxiliary(chromecast_webserver) > set rhosts 10.10.10.0/24
|
||||
rhosts => 10.10.10.0/24
|
||||
msf auxiliary(chromecast_webserver) > run
|
||||
|
||||
[+] 10.10.10.25:8008 - Chromecast "Guest Bedroom" is connected to Rapid7_wifi
|
||||
[*] Scanned 26 of 256 hosts (10% complete)
|
||||
[*] Scanned 52 of 256 hosts (20% complete)
|
||||
[*] Scanned 78 of 256 hosts (30% complete)
|
||||
[*] Scanned 108 of 256 hosts (42% complete)
|
||||
[*] Scanned 128 of 256 hosts (50% complete)
|
||||
[*] Scanned 154 of 256 hosts (60% complete)
|
||||
[*] Scanned 183 of 256 hosts (71% complete)
|
||||
[+] 10.10.10.192:8008 - Chromecast "Bedroom" is connected to Rapid7_wep
|
||||
[+] 10.10.10.196:8008 - Chromecast "cast" is connected to Rapid7_wep
|
||||
[*] Scanned 213 of 256 hosts (83% complete)
|
||||
[*] Scanned 232 of 256 hosts (90% complete)
|
||||
[+] 10.10.10.236:8008 - Chromecast "Basement" is connected to Rapid7_wep
|
||||
[*] Scanned 256 of 256 hosts (100% complete)
|
||||
[*] Auxiliary module execution completed
|
||||
```
|
|
@ -1,4 +1,4 @@
|
|||
This module is a scanner which enumerates wifi access points visible from a Google Chromecast via its HTTP interface (default port 8080). Any wifi access point the Chromecast is associated with or can be associated with is marked with an `(*)`.
|
||||
This module is a scanner which enumerates WiFi access points visible from a Google Chromecast via its HTTP interface (default port 8080). Any WiFi access point the Chromecast is associated with or can be associated with is marked with an `(*)`.
|
||||
|
||||
## Verification Steps
|
||||
|
||||
|
|
Loading…
Reference in New Issue