Example #1
0
def profile_attack_process(OOOOOO0000OO0O000, OO0OO0OOOO0OO0000):  #line:65
    if (len(OO0OO0OOOO0OO0000) == 0):  #line:66
        for _OOOOO0O00O0OOOOO0 in range(10):  #line:67
            report_profile_attack(OOOOOO0000OO0O000, None)  #line:68
        return  #line:69
    for OO0O0OO0OOO00OOO0 in OO0OO0OOOO0OO0000:  #line:71
        report_profile_attack(OOOOOO0000OO0O000, OO0O0OO0OOO00OOO0)  #line:72
Example #2
0
def profile_attack_process(username, proxy_list):
    if (len(proxy_list) == 0):
        for _ in range(10):
            report_profile_attack(username, None)
        return

    for proxy in proxy_list:
        report_profile_attack(username, proxy)