mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-14 00:37:19 +00:00
disable sms spoof
This commit is contained in:
parent
456db1c845
commit
6a91cf7f36
1 changed files with 6 additions and 6 deletions
|
@ -1210,12 +1210,12 @@ and send the QRCode via a mailer.
|
|||
|
||||
|
||||
### TEMPORARILY DISABLED
|
||||
#print_error("This module is currently disabled as spoofmytextmessage.com is currently experiencing issues. As soon as it is working again or I can rework the module, this will remain disabled.")
|
||||
#raw_input("Press {return} to connect to the main menu.")
|
||||
try:
|
||||
module_reload(src.sms.sms)
|
||||
except:
|
||||
import src.sms.sms
|
||||
print_error("This module is currently disabled as spoofmytextmessage.com is currently experiencing issues. As soon as it is working again or I can rework the module, this will remain disabled.")
|
||||
raw_input("Press {return} to connect to the main menu.")
|
||||
#try:
|
||||
# module_reload(src.sms.sms)
|
||||
#except:
|
||||
# import src.sms.sms
|
||||
|
||||
# Main Menu choice 11: Third Party Modules
|
||||
if main_menu_choice == '11':
|
||||
|
|
Loading…
Reference in a new issue