Fix typo in exploitability test script

This commit is contained in:
Khaled Nassar
2022-04-01 19:42:12 +02:00
parent 8948184e77
commit 1f219fe2b2

View File

@@ -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()