mirror of
https://github.com/tuya-cloudcutter/tuya-cloudcutter.git
synced 2026-02-19 21:51:18 +01:00
Fix typo in exploitability test script
This commit is contained in:
@@ -47,7 +47,7 @@ def check_valid_payload(value):
|
||||
return value
|
||||
|
||||
print("This script will attempt to help you lower the chances of prying open a device that won't be exploitable")
|
||||
print("However, it's not 100%% foolproof either, there are more devices that are vulnerable which are not based on")
|
||||
print("However, it's not 100% foolproof either, there are more devices that are vulnerable which are not based on")
|
||||
print("the BK7231 chipset. So, please take that into account.")
|
||||
print('Before continuing, please set your device in AP mode first. This usually takes 6 power cycles off and on with ~1 sec between each.')
|
||||
answer = input('Is your device now in AP mode? (yes/no) [default: no]: ').lower()
|
||||
|
||||
Reference in New Issue
Block a user