documentation/modules/auxiliary/admin/wemo/crockpot.md
This module acts as a simple remote control for Belkin Wemo-enabled Crock-Pots by implementing a subset of the functionality provided by the Wemo App.
No vulnerabilities are exploited by this Metasploit module in any way.
You may buy the device on Amazon at https://www.amazon.com/dp/B00IPEO02C/.
Name Description
---- -----------
Cook Cook stuff
Stop Stop cooking
Set this to the desired temperature for cooking. Valid values are Off,
Warm, Low, and High.
Set this to the desired cook time in full minutes.
Set this to false to disable defanged mode and enable module
functionality. Set this only if you're SURE you want to proceed.
msf > use auxiliary/admin/wemo/crockpot
msf auxiliary(admin/wemo/crockpot) > set rhosts 10.22.22.1
rhosts => 10.22.22.1
msf auxiliary(admin/wemo/crockpot) > set temp High
temp => High
msf auxiliary(admin/wemo/crockpot) > set time 1
time => 1
msf auxiliary(admin/wemo/crockpot) > set defangedmode false
defangedmode => false
msf auxiliary(admin/wemo/crockpot) > set verbose true
verbose => true
msf auxiliary(admin/wemo/crockpot) > run
[+] Wemo-enabled Crock-Pot detected
[*] Cooking on High for 1m
[+] Cook time set to 1m
[*] Auxiliary module execution completed
msf auxiliary(admin/wemo/crockpot) >