-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobilearac.sh
704 lines (698 loc) · 37.3 KB
/
mobilearac.sh
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
#!/bin/bash
echo -e '
\033[33m
_______________________________________________________
| |
| <-[ Yapan : salvadores ]-> |
| ************************** |
|-------------------------------------------------------|
| |--> Nickname : salvador <---| |
| |--> instagram:@hackin50tonu <---| |
| |--> Mobile Cyber Araçları <---| |
|-------------------------------------------------------|
|_______________________________________________________|
\033[0m"
\033[31m
_____________Araçlar Menüsü_______________
|________________________________________|
| |
|1 - Termux Güncelleme ve Gerekli araçlar|
|________________________________________|
|________________________________________|
| |
|2 - Siber Güvenlik için Gerekli araçlar |
|________________________________________|
|________________________________________|
| |
|3 - Sosyal Medya için Gerekli araçlar |
|________________________________________|
|________________________________________|
| |
|4 - Çıkış yapmak / Exit |
|________________________________________|
|________________________________________|
\033[0m"
'
read -p "seçmek istediğiniz numara: " secim
if [[ $secim == 1 ]]; then
apt update
apt upgrade -y
apt-get -y install httrack
pkg install git -y
pkg install python -y
pkg install python python2 -y
pkg install termux-api -y
pkg pip2 install sodan -y
pkg install wget -y
pkg install htop -y
pkg install curl -y
pkg install ruby -y
pkg install php -y
pkg install pip pip2 -y
pkg install clang -y
pkg install vim -y
pkg install nano -y
apt install proot -y
pkg install cat -y
pkg install figlet -y
pkg install perl -y
pip2 install urllib3 chardet certifi idna requests
pkg install openssl curl -y
pkg install clang python2-dev -y
pip2 install beautifulsoup4
pkg install man -y
pkg install python2-dev -y
pkg install git python2 -y
pkg install nodejs git -y
pkg install hydra -y
pkg install libcurl -y
pkg install toilet -y
pip2 install rsa
pip2 install requests
pip2 install thrift==0.9.3
clear
echo -e 'Kurulum Tamamlanmıştır.'
sleep 3
bash mobilearac.sh
elif [[ $secim == 2 ]]; then
clear
cd $HOME
mkdir siberaraclar/
cd siberaraclar
git clone https://github.com/sqlmapproject/sqlmap
git clone https://github.com/Tuhinshubhra/RED_HAWK
git clone https://github.com/cansofficall/salvo
git clone https://github.com/cansofficall/SeS
git clone https://github.com/cansofficall/CnsAdScn
git clone https://github.com/shawarkhanethicalhacker/D-TECT-1
git clone https://github.com/4L13199/LITESPAM
git clone https://github.com/4shadoww/hakkuframework
git clone https://github.com/ethicalhackeragnidhra/viSQL
git clone https://github.com/AlisamTechnology/ATSCAN
git clone https://github.com/b3-v3r/Hunner
git clone https://github.com/evait-security/weeman
git clone https://github.com/s0md3v/Hash-Buster
git clone https://github.com/websploit/websploit
git clone https://github.com/HatBashBR/HatCloud
git clone https://github.com/Screetsec/Brutal
git clone https://github.com/rapid7/metasploit-framework
git clone https://github.com/sepehrdaddev/Xerxes
git clone https://github.com/cyweb/hammer
git clone https://github.com/grafov/hulk
git clone https://github.com/azkacrows19/lucky-dos
git clone https://github.com/GinjaChris/pentmenu
git clone https://github.com/dotfighter/torshammer
git clone https://github.com/jseidl/GoldenEye
git clone https://github.com/LionSec/katoolin
git clone https://github.com/m4ll0k/WPSeku
git clone https://github.com/googleinurl/SCANNER-INURLBR
git clone https://github.com/Abdulrah33m/Cl0neMast3r
git clone https://github.com/Ekultek/Pybelt
git clone https://github.com/derv82/wifite
git clone https://github.com/s0md3v/ReconDog
git clone https://github.com/adl-org/multi-bruteforce-facebook
git clone https://github.com/maldevel/IPGeoLocation
git clone https://github.com/Bhai4You/Termux-Sudo
git clone https://github.com/fuck3erboy/instahack
git clone https://github.com/Neo-Oli/termux-ubuntu
git clone https://github.com/nmap/nmap
git clone https://github.com/RexTheGod/A-Rat
git clone https://github.com/Gameye98/santet-online
git clone https://github.com/4L13199/LITEDDOS
git clone https://github.com/ZephrFish/GoogD0rker
git clone https://github.com/the-c0d3r/admin-finder
git clone https://github.com/NeloF4/brutegmail
git clone https://github.com/Dionach/CMSmap
git clone https://github.com/instagrambot/instabot
git clone https://github.com/Screetsec/TheFatRat
git clone https://github.com/hacdias/webdav
git clone https://github.com/chrizator/netattack
git clone https://github.com/chrizator/netattack2
git clone https://github.com/ikkebr/PyBozoCrack
git clone https://github.com/gkbrk/slowloris
git clone https://github.com/tats/w3m
git clone https://github.com/Khontollo14/Darkfb
git clone https://github.com/afeck21/yahoo-cracker-
git clone https://github.com/Vladimir-Ivanov-Git/mail-brute
git clone https://github.com/zizo201312/ZEBrut3r
git clone https://github.com/sullo/nikto
git clone https://github.com/Gameye98/Black-Hydra
git clone https://github.com/Gameye98/Auxscan
git clone https://github.com/Manisso/Xshell
git clone https://github.com/The404Hacking/cupp
git clone https://github.com/StackExchange/blackbox
git clone https://github.com/CiKu370/ko-dork
git clone https://github.com/sankamuk/HostChecker
git clone https://github.com/Gameye98/FBBrute
git clone https://github.com/m4ll0k/WAScan
git clone https://github.com/google/blockly-games
git clone https://github.com/h4ckDC6/spam
git clone https://github.com/Gameye98/SpazSMS
git clone https://github.com/bytezcrew/wfdroid-termux
git clone https://github.com/bubenshchykov/ngrok
git clone https://github.com/RecepGunes01/WordPress-Brute-Force
git clone https://github.com/n00py/WPForce
git clone https://github.com/spyder-ide/spyder
git clone https://github.com/NeloF4/LokmedAdfin
git clone https://github.com/amix/vimrc
git clone https://github.com/Manisso/fsociety
git clone https://github.com/GhettoCole/Devploit
git clone https://github.com/maurosoria/dirsearch
git clone https://github.com/r00t-3xp10it/netool-toolkit
git clone https://github.com/mrcakil/ToolsBox-Exploiter
git clone https://github.com/zenware/bluemaho
git clone https://github.com/brave/browser-android-tabs
git clone https://github.com/brave/brave-browser
git clone http://github.com/p4kl0nc4t/Spammer-Grab
git clone https://github.com/alintamvanz/diejoubu
git clone https://github.com/anadhelf/ig
git clone https://github.com/UltimateHackers/Blazy
git clone https://github.com/nmilosev/termux-fedora.git
git clone https://github.com/Gameye98/Meisha.git
git clone https://github.com/v1s1t0r1sh3r3/airgeddon.git
git clone https://github.com/ihebski/angryFuzzer.git
git clone https://github.com/shawarkhanethicalhacker/BruteXSS.git
git clone https://github.com/zigoo0/webpwn3r
git clone https://github.com/ruped24/killchain.git
git clone https://github.com/ex0dus-0x/dedsploit.git
git clone https://raw.githubusercontent.com/Manisso/Crips/master/crips.py
git clone https://github.com/UltimateHackers/XSStrike
git clone https://github.com/medbenali/CyberScan
git clone https://github.com/WazeHell/Egyptian-SMS-Spammer.git
git clone https://raw.githubusercontent.com/Techzindia/setoolkit-for-termux/master/setoolkit.sh
git clone https://github.com/LionSec/wifresti.git
git clone https://github.com/UltimateHackers/Striker
git clone https://github.com/OWASP/QRLJacking.git
git clone https://github.com/sdrausty/termux-archlinux
git clone https://github.com/thehackingsage/hacktronian
git clone https://github.com/twelvesec/gasmask
git clone https://github.com/Xyl2k/Cookie-stealer.git
git clone https://github.com/wpscanteam/wpscan/
git clone https://github.com/lightos/credmap
git clone https://github.com/Lexiie/BadMod.git
git clone https://github.com/wifiphisher/wifiphisher.git
git clone https://github.com/Moham3dRiahi/Th3inspector.git
git clone https://raw.githubusercontent.com/T4P4N/Bash-Scripts/master/Dependencies.sh
git clone https://github.com/abdallahelsokary/TwitterSniper.git
git clone https://github.com/reverse-shell/routersploit.git
git clone https://github.com/kuburan/txtool
git clone https://github.com/mohinparamasivam/Email-Bomber/blob/master/emailbomber.py
git clone https://github.com/termux/termux-api
git clone https://github.com/Amriez/gcospam
git clone https://github.com/nxxxu/AutoPixieWps.git
git clone https://github.com/soracyberteam/the-fake.git
git clone https://github.com/AnonHackerr/toolss.git
git clone https://github.com/Xeit666h05t/CrewBot
git clone https://github.com/Lexiie/sqliv.git
git clone https://github.com/tomiashari/fb-autoreaction.git
git clone https://github.com/UndeadSec/SocialFish
git clone https://github.com/Ha3MrX/Gemail-Hack
git clone https://github.com/1N3/Sn1per
git clone https://github.com/Tuhinshubhra/shellstack
git clone https://github.com/UltimateHackers/Breacher.git
git clone https://github.com/4w4k3/Umbrella.git
git clone https://github.com/epinna/weevely3
git clone https://github.com/cinquemb/WifiBruteCrack.git
git clone https://github.com/P0cL4bs/WiFi-Pumpkin.git
git clone https://github.com/AresS31/wirespy.git
git clone https://github.com/LandGrey/pydictor.git
git clone https://github.com/joss24242/xl-py
git clone https://github.com/Gameye98/AstraNmap.git
git clone https://github.com/Gameye98/OWScan.git
git clone https://github.com/UltimateHackers/sqlmate
git clone https://github.com/beerecca/ftf.git
git clone https://github.com/D4Vinci/elpscrk.git
git clone https://github.com/UndeadSec/GoblinWordGenerator.git
git clone https://github.com/UndeadSec/EvilURL.git
git clone https://github.com/TechnicalMujeeb/PassGen
git clone https://github.com/Hydra7/Planetwork-DDOS.git
git clone https://github.com/Cvar1984/SpiderBot.git
git clone https://github.com/Hax4us/Nethunter-In-Termux
git clone https://github.com/laramies/theHarvester
git clone https://github.com/Va5c0/Steghide-Brute-Force-Tool
git clone https://github.com/Ambari-Channel/ddos-tool.git
git clone https://github.com/esc0rtd3w/wifi-hacker
git clone https://github.com/silverhat007/termux_webscan
git clone https://github.com/r00tmars/XPL-SEARCH.git
git clone https://github.com/commixproject/commix
git clone https://github.com/m4ll0k/infoga
git clone https://github.com/k4m4/onioff
git clone https://github.com/jesparza/peepdf.git
git clone https://github.com/hatRiot/zarp.git
git clone https://github.com/laramies/theHarvester
git clone https://github.com/Abdoelnerm/elnemr
git clone https://github.com/Exter-N/xnMap
git clone https://github.com/namanh007/FBook
git clone https://github.com/torproject/tor
git clone https://github.com/HaniAmmar/AutoBackup
git clone https://github.com/UmutAlihan/bot-tg-personal
git clone https://github.com/UmutAlihan/ip-thrower
git clone https://github.com/line/line-bot-sdk-python
git clone https://github.com/ViperChronic/Koplaxs5bot
git clone https://github.com/termux/termux-create-package
git clone https://github.com/randrews01/pr-web-crawl
git clone https://github.com/JoseRZapata/chucknorrisfacts
git clone https://github.com/Splode/chuck-norris-jokes
git clone https://github.com/IAmBlackHacker/Facebook-BruteForce
git clone https://github.com/scrapy/scrapy
git clone https://github.com/Xeit666h05t/CripTOOLs
git clone https://github.com/tensorflow/models
git clone https://github.com/DeadBread76/Raid-Toolbox
git clone https://github.com/remo7777/termux-boxes
git clone https://github.com/Bhai4You/Bulltools
git clone https://github.com/Bhai4You/Bull-Attack
git clone https://github.com/MasterDevX/Termux-Kali
git clone https://github.com/Bhai4You/Termux-Banner
git clone https://github.com/Bhai4You/Ip-Attack
git clone https://github.com/bayu2309/TERMUX-OS
git clone https://github.com/phillette/indonesian-nlp-playground
git clone https://github.com/geovedi/sontekan
git clone https://github.com/geovedi/givemeakey
git clone https://github.com/dana-at-cp/backdoor-apk
git clone https://github.com/Ha3MrX/DDos-Attack
git clone https://github.com/Ha3MrX/InstaBrute
git clone https://github.com/Ha3MrX/Hacking
git clone https://github.com/zingmars/termux-scripts
git clone https://github.com/rhiever/TwitterFollowBot
git clone https://github.com/m4n3dw0lf/pythem
git clone https://github.com/Bayz21/Defid-Mass-Faker
git clone https://github.com/sindresorhus/notifier-for-github
git clone https://github.com/ITermSec/AdFin
git clone https://github.com/p4kl0nc4t/f609-brute
git clone https://github.com/WahyuHidayattz/Swapcli
git clone https://github.com/bensh4/nikto-sym-fix
git clone https://github.com/xHak9x/SocialPhish
git clone https://github.com/thelinuxchoice/shellphish
git clone https://github.com/DarkSecDevelopers/HiddenEye
git clone https://github.com/thelinuxchoice/formphish
git clone https://github.com/FluxionNetwork/fluxion
git clone https://github.com/t6x/reaver-wps-fork-t6x
git clone https://github.com/LOoLzeC/SH33LL
git clone https://github.com/jgrss/zones
git clone https://github.com/dbarrosop/sir
git clone https://github.com/PentesterES/AndroidPINCrack
git clone https://github.com/sysadminteam/spammer.sys
git clone https://github.com/angryip/ipscan
git clone https://github.com/4L13199/meTAInstall
git clone https://github.com/nanaian/bolang
git clone https://github.com/rafalgolarz/termux-go
git clone https://github.com/dreddsa5dies/gohacktools
git clone https://github.com/nowsecure/secure-mobile-development
git clone https://github.com/xrkk/awesome-cyber-security
git clone https://github.com/lunnar211/HackFacebokpass
git clone https://github.com/Sofik6649/myenc
git clone https://github.com/Amriez/Mamangkey
git clone https://github.com/RecepGunes01/MD5-Cracker
git clone https://github.com/coppit/grepmail
git clone https://github.com/amsitlab/smsid-go
git clone https://github.com/x3omdax/PenBox
git clone https://github.com/joker25000/exploit3r
git clone https://github.com/Amriez/GreenReaper
git clone https://github.com/Amriez/AOCDEFACE
git clone https://github.com/Cvar1984/sqlscan
git clone https://github.com/Amriez/ipmux
git clone https://github.com/Amriez/inmux
git clone https://github.com/FCP-INDI/indi_bidsification
git clone https://github.com/tdencker/multi-SpaM
git clone https://github.com/yamanefkar/Spam-Sms
git clone https://github.com/DevOnOFW/Kawai.Botnet
git clone https://github.com/publicsuffix/list
git clone https://github.com/rezasp/joomscan
git clone https://github.com/reyammer/shellnoob
git clone https://github.com/Hendriyawan/FBUPv2.0
git clone https://github.com/epsylon/ufonet
git clone https://github.com/gnebehay/DSST
git clone https://github.com/threat9/routersploit
git clone https://github.com/frdmn/findmyhash
git clone https://github.com/viperbluff/PortWitness
git clone https://github.com/FlymeDllVa/iCloud-Bypass-via-USB
git clone https://github.com/MuhammadHilmyTaufik/GSH-ToolBox-V.1
git clone https://github.com/Hax4us/TermuxAlpine
git clone https://github.com/Hax4us/Tmux-Bunch
git clone https://github.com/instabot-py/instabot.py
git clone https://github.com/instagrambot/instabot
git clone https://github.com/dessalines/simple-vote
git clone https://github.com/4L13199/LITEDDOS
git clone https://github.com/rajkumardusad/MyServer
git clone https://github.com/kensworth/cookie-stealer
git clone https://github.com/4L13199/LITEFONT
git clone https://github.com/4L13199/LITESCRIPT
git clone https://github.com/mrcakil/Lolz_RAT
git clone https://github.com/AhMyth/AhMyth-Android-RAT
git clone https://github.com/aryanrtm/4wsectools
git clone https://github.com/verluchie/termux-lazysqlmap
git clone https://github.com/ALX-04/iesDEFACE
git clone https://github.com/arismelachroinos/lscript
git clone https://github.com/SixQuant/CamStream-V3
git clone https://github.com/rtcrowley/fi-cyberspace-scan
git clone https://github.com/majestic/PHP-API-Connector
git clone https://github.com/shawarkhanethicalhacker/csrfpocmaker
git clone https://github.com/4shadoww/thanatos-archer
git clone https://github.com/koboi137/darksplitz
git clone https://github.com/guelfoweb/knock
git clone https://github.com/hahwul/a2sv
git clone https://github.com/joker25000/Optiva-Framework
git clone https://github.com/verluchie/dost-attack
git clone https://github.com/mpgn/heartbleed-PoC
git clone https://github.com/UndeadSec/checkURL
git clone https://github.com/UndeadSec/Debinject
git clone https://github.com/D4Vinci/Clickjacking-Tester
git clone https://github.com/AndroBugs/AndroBugs_Framework
git clone https://github.com/TechnicalMujeeb/Termux-speak
git clone https://github.com/TechnicalMujeeb/tmvenom
git clone https://github.com/TechnicalMujeeb/Termux-Lazyscript
git clone https://github.com/StreetSec/Gloom-Framework
git clone https://github.com/x90skysn3k/brutespray
git clone https://github.com/aboul3la/Sublist3r
git clone https://github.com/FajriHidayat088/FHX-Hash-Killer
git clone https://github.com/termux/termux-packages
git clone https://github.com/wengzuyang/wsltools
git clone https://github.com/BlackHoleSecurity/contexploit
git clone https://github.com/fmarani/spam
git clone https://github.com/ENIGMA-git/ENIGMA
git clone https://github.com/D4Vinci/Cr3dOv3r
git clone https://github.com/verluchie/allinwan
git clone https://github.com/LOoLzeC/Evil-create-framework
git clone https://github.com/kingcracker/gabutz?files=1
git clone https://github.com/guelfoweb/iwmap
git clone https://github.com/guelfoweb/peframe
git clone https://github.com/CodeDotJS/facebook-id-of
git clone https://github.com/hahwul/recon-raven
git clone https://github.com/hahwul/hbxss
git clone https://github.com/s0md3v/Photon
git clone https://github.com/cloudera/hue
git clone https://github.com/MikeWent/router-pi
git clone https://github.com/kinghacker0/Apk-Binder
git clone https://github.com/vay3t/hax0rpi
git clone https://github.com/kaleozhou/nethunter-LRT
git clone https://github.com/ozantunca/elb-log-analyzer
git clone https://github.com/vernemq/docker-vernemq
git clone https://github.com/kek/scan_test
git clone https://github.com/taviso/ctftool
git clone https://github.com/jfarriagada/cornershop
git clone https://github.com/rbuckton/prex
git clone https://github.com/telekomancer/jdvd
git clone https://github.com/FusionAuth/security-scripts
git clone https://github.com/konkor/filefinder
git clone https://github.com/vk496/linset
git clone https://github.com/byt3bl33d3r/MITMf
git clone https://github.com/byt3bl33d3r/CrackMapExec
git clone https://github.com/byt3bl33d3r/DeathStar
git clone https://github.com/byt3bl33d3r/gcat
git clone https://github.com/binkybear/rock3tman
git clone https://github.com/Honey-Pi/HoneyPi
git clone https://github.com/omriher/CapTipper
git clone https://github.com/DJM0/unifi-voucher-generator
git clone https://github.com/luenix/WP-Lue
git clone https://github.com/mapbox/s3scan
git clone https://github.com/CANToolz/CANToolz
git clone https://github.com/andresriancho/w3af
git clone https://github.com/trekhleb/learn-python
git clone https://github.com/cerebral/repo-cooker
git clone https://github.com/felixrieseberg/Ghost-Updater-Azure
git clone https://github.com/docker-library/wordpress
git clone https://github.com/RestitutorOrbis/autotweet
git clone https://github.com/arch3rPro/PentestTools
git clone https://github.com/offensive-security/exploitdb
git clone https://github.com/Mebus/pyDeletePdfPages
git clone https://github.com/iluxonchik/blackhat-python-book
git clone https://github.com/PacktPublishing/Python-Penetration-Testing-Essentials-Second-Edition
git clone https://github.com/Neo-Oli/Termux-Mpv
git clone https://github.com/bitcoin/bitcoin
git clone https://github.com/bitcoin-wallet/bitcoin-wallet
git clone https://github.com/tulis/gado-gado
git clone https://github.com/mrcakil/cok-Rat
git clone https://github.com/ALX-04/iesInstall
git clone https://github.com/opensourcedesign/fonts
git clone https://github.com/lanmaster53/recon-ng
git clone https://github.com/k4m4/kickthemout
git clone https://github.com/almandin/fuxploider
git clone https://github.com/kgretzky/evilginx
git clone https://github.com/Bhai4You/Alien-Host
git clone https://github.com/r00tmars/ExploitOnCLI
git clone https://github.com/siruidops/uidsploit
git clone https://github.com/jofpin/trape
git clone https://github.com/tiagorlampert/sAINT
git clone https://github.com/termux/termux-app
git clone https://github.com/tdencker/multi-SpaM
git clone https://github.com/jakoritarleite/bruteforce
git clone https://github.com/Matrix07ksa/Brute_Force
git clone https://github.com/hn/debian-stretch-zfs-root
git clone https://github.com/whackashoe/php-spam-mail-honeypot
git clone https://github.com/SachaG/HNMap
git clone https://github.com/avdoshkin/dhcpdorf
git clone https://github.com/screenfreeze/deskcon-desktop
git clone https://github.com/qmuaji/suratcinta
git clone https://github.com/locvx1234/ARP
git clone https://github.com/b3-v3r/Zilcorili
git clone https://github.com/b3rksecurity/CVE-2018-8823
git clone https://github.com/sheldoncoupeheure/AutoSQLi
git clone https://github.com/jeffzh3ng/KIT
git clone https://github.com/tux-mind/platform_external_ettercap
git clone https://github.com/Dionach/PhEmail
git clone https://github.com/Dionach/PANhunt
git clone https://github.com/MichaelDim02/IPLocator
git clone https://github.com/cyweb/facenotify
git clone https://github.com/cyweb/notefast
git clone https://github.com/entynetproject/entropy
git clone https://github.com/thelinuxchoice/brutecms
git clone https://github.com/thelinuxchoice/ohmyqr
git clone https://github.com/thelinuxchoice/instainsane
git clone https://github.com/thelinuxchoice/choicebot
git clone https://github.com/python-social-auth/social-core
git clone https://github.com/avin/vybot
git clone https://github.com/avin/telnet-commander
git clone https://github.com/python/cpython
git clone https://github.com/gwinsingh/Network-Gears
git clone https://github.com/bdblackhat/admin-panel-finder
git clone https://github.com/jvking/text-games
git clone https://github.com/speed47/spectre-meltdown-checker
git clone https://github.com/MaikKlein/ash
git clone https://github.com/akurtovic/InstaRaider
git clone https://github.com/waseem-sajjad/WifiGod
git clone https://github.com/bezzad/SecureChat
git clone https://github.com/gehlotanish/keyseize
git clone https://github.com/filippoliverani/john-doe-chrome
git clone https://github.com/ashishb/android-malware
git clone https://github.com/SigPloiter/SigPloit
git clone https://github.com/04x/ICG-AutoExploiterBoT
git clone https://github.com/attilathedud/CoD4_Hacks
git clone https://github.com/fahri-x-droid/T.DEF-09
git clone https://github.com/anti-ddos/Anti-DDOS
git clone https://github.com/Sanix-Darker/AntiDDOS-system
git clone https://github.com/Moham3dRiahi/Th3inspector
git clone https://github.com/FRosner/struct-udf
git clone https://github.com/lamontns/pentest
git clone https://github.com/jgamblin/Mirai-Source-Code
git clone https://github.com/halestudio/hale
git clone https://github.com/ruCyberPoison/-Mirai-Iot-BotNet
git clone https://github.com/Visgean/Zeus
git clone https://github.com/Isaacdelly/Plutus
git clone https://github.com/reboot13-git/cc-checker
git clone https://github.com/br0keh/cc-checker
git clone https://github.com/derekchiang/Mesos-Bitcoin-Miner
git clone https://github.com/ahmadmazulpahwan7/spam
git clone https://github.com/0dayherman/Bot-Exploit
git clone https://github.com/bcat95/Facebook-Video-Downloader
git clone https://github.com/maxrooted/tweetbot-max
git clone https://github.com/forceunited/force
git clone https://github.com/darkarp/chromepass
git clone https://github.com/sibermon/chrome-password-hacking
git clone https://github.com/EchoNine/Multilang-fork-bombs
git clone https://github.com/babakhanov/codebreaker
git clone https://github.com/LazoCoder/Windows-Hacks
git clone https://github.com/Hack-with-Github/Windows
git clone https://github.com/zackbalbin/TypeRacer-Hack
git clone https://github.com/roxas75/rxTools
git clone https://github.com/audy/bioinformatics-hacks
git clone https://github.com/veggiemonk/awesome-docker
git clone https://github.com/blackode/elixir-tips
git clone https://github.com/xChairs/VaxeTurkiye-Discord-Turkce-Bot
git clone https://github.com/rackerlabs/scantron
git clone https://github.com/SubtleScope/bash-ransomware
git clone https://github.com/Eugeny/terminus
git clone https://github.com/tdurieux/anonymous_github
git clone https://github.com/kudai/Distributed-Bitcoin-Generator
git clone https://github.com/SMH17/bitcoin-hacking-tools
git clone https://github.com/ernw/ss7MAPer
git clone https://github.com/apache/activemq-artemis
git clone https://github.com/johnjoseph/fb-Phishing
git clone https://github.com/attilathedud/CoD_Hacks
git clone https://github.com/evil7en9/CIA-Hacking-Tools
git clone https://github.com/attilathedud/BW_Hacks
git clone https://github.com/codingplanets/Overload-DoS
git clone https://github.com/adeshpande3/Facebook-Messenger-Bot
git clone https://github.com/szepeviktor/debian-server-tools
git clone https://github.com/chinoogawa/fbht
git clone https://github.com/LazoCoder/Pokemon-Terminal
git clone https://github.com/dictation-toolbox/Caster
git clone https://github.com/LazoCoder/Article-Summarizer
git clone https://github.com/LazoCoder/Image-To-ASCII
git clone https://github.com/liblouis/liblouis
git clone https://github.com/thelinuxchoice/userrecon
git clone https://github.com/thelinuxchoice/eternalseek
git clone https://github.com/thelinuxchoice/getdroid
git clone https://github.com/thelinuxchoice/facebash
git clone https://github.com/thelinuxchoice/getwin
git clone https://github.com/usnistgov/youbot
git clone https://github.com/pallets/flask
git clone https://github.com/divio/django-cms
git clone https://github.com/SMH17/TensorBoxPy3
git clone https://github.com/genomicsclass/labs
git clone https://github.com/coinbase/coinbase-python
git clone https://github.com/adrianbota/gdrive-appdata
git clone https://github.com/ucsb-seclab/baredroid
git clone https://github.com/WooyunDota/DumpDex
git clone https://github.com/necst/aamo
git clone https://github.com/MindMac/AppIconPhishing
git clone https://github.com/idapython/src
git clone https://github.com/datawire/ambassador
git clone https://github.com/tomrozb/android-scripts
git clone https://github.com/strazzere/golang_loader_assist
git clone https://github.com/mkutmon/random-scripts
git clone https://github.com/scrapy/scrapy
git clone https://github.com/cazfi/meta-games
git clone https://github.com/nomadcoders/nomadgram
git clone https://github.com/tj/terminal-table
git clone https://github.com/AladW/aurutils
git clone https://github.com/noobfoda2/tool
git clone https://github.com/attify/firmware-analysis-toolkit
git clone https://github.com/alessiogilardi/time-based-blind-sql-injection
git clone https://github.com/SuperKogito/Port-scanner
git clone https://github.com/Ksisky/prankcall
git clone https://github.com/lomin/sayang
git clone https://github.com/PomeloFoundation/Lolita
git clone https://github.com/SevernC0de/shell-finder-2.0
git clone https://github.com/Bayz21/Tykung3r
git clone https://github.com/rizalfahrudin879/Dicoding-Submission-Web-Pemula
git clone https://github.com/AlessandroZ/LaZagne
git clone https://github.com/justalinko/pen7est
git clone https://github.com/justalinko/baper
git clone https://github.com/mauri870/ransomware
git clone https://github.com/leonv024/RAASNet
git clone https://github.com/Yukinoshita47/simple-anti-bypass-admin-and-bruteforce
git clone https://github.com/0x09AL/my-exploits
git clone https://github.com/ChaitanyaHaritash/My-Exploits
git clone https://github.com/r00t-3xp10it/Samsung-TV-Denial-of-Service-DoS-Attack
git clone https://github.com/xHak9x/fbi
git clone https://github.com/arjitsachdeva/Social-Ninja
git clone https://github.com/warifp/FacebookToolkit
git clone https://github.com/algolia/facebook-search
git clone https://github.com/jwulf/deathstar-appliance
git clone https://github.com/trustedsec/ptf
git clone https://github.com/pwd-project/pwd
git clone https://github.com/buffer/maltracer
git clone https://github.com/androguard/androguard
git clone https://github.com/sgaram/2ast
git clone https://github.com/iawia002/annie
git clone https://github.com/RoliSoft/Host-Scanner
git clone https://github.com/adi1090x/termux-style
git clone https://github.com/DanMcInerney/net-creds
git clone https://github.com/BloodHoundAD/BloodHound
git clone https://github.com/DanMcInerney/wifijammer
git clone https://github.com/allfro/pymetasploit
git clone https://github.com/DanMcInerney/wifi-monitor
git clone https://github.com/DanMcInerney/elite-proxy-finder
git clone https://github.com/DanMcInerney/FuzzStrings
git clone https://github.com/DanMcInerney/fast-recon
git clone https://github.com/parkr/auto-reply
git clone https://github.com/lanjelot/patator
git clone https://github.com/DanMcInerney/best-channel
git clone https://github.com/DanMcInerney/joomla-addon-hunter
git clone https://github.com/MarioVilas/googlesearch
git clone https://github.com/kevva/get-proxy
git clone https://github.com/DanMcInerney/cookiejack
git clone https://github.com/ArtemAlagizov/posts-xml-analyzer
git clone https://github.com/alessioalex/inject-html
git clone https://github.com/junegunn/dotfiles
git clone https://github.com/DanMcInerney/arp-ping-detector
cd ..
sleep 3
echo -e 'Kurulum Tamamlanmıştır.'
cd $HOME/cyberaracları
bash mobilearac.sh
elif [[ $secim == 3 ]]; then
clear
cd $HOME
mkdir sosyalmedyaaraclar/
cd sosyalmedyaaraclar/
git clone https://github.com/adl-org/multi-bruteforce-facebook
git clone https://github.com/fuck3erboy/instahack
git clone https://github.com/NeloF4/brutegmail
git clone https://github.com/instagrambot/instabot
git clone https://github.com/afeck21/yahoo-cracker-
git clone https://github.com/Vladimir-Ivanov-Git/mail-brute
git clone https://github.com/zizo201312/ZEBrut3r
git clone https://github.com/Gameye98/Black-Hydra
git clone https://github.com/Gameye98/FBBrute
git clone https://github.com/m4ll0k/WAScan
git clone https://github.com/WazeHell/Egyptian-SMS-Spammer.git
git clone https://github.com/abdallahelsokary/TwitterSniper.git
git clone https://github.com/mohinparamasivam/Email-Bomber/blob/master/emailbomber.py
git clone https://github.com/tomiashari/fb-autoreaction.git
git clone https://github.com/UndeadSec/SocialFish
git clone https://github.com/Ha3MrX/Gemail-Hack
git clone https://github.com/LandGrey/pydictor.git
git clone https://github.com/TechnicalMujeeb/PassGen
git clone https://github.com/Cvar1984/SpiderBot.git
git clone https://github.com/Va5c0/Steghide-Brute-Force-Tool
git clone https://github.com/k4m4/onioff
git clone https://github.com/IAmBlackHacker/Facebook-BruteForce
git clone https://github.com/DeadBread76/Raid-Toolbox
git clone https://github.com/Ha3MrX/InstaBrute
git clone https://github.com/Ha3MrX/Hacking
git clone https://github.com/rhiever/TwitterFollowBot
git clone https://github.com/xHak9x/SocialPhish
git clone https://github.com/thelinuxchoice/shellphish
git clone https://github.com/DarkSecDevelopers/HiddenEye
git clone https://github.com/lunnar211/HackFacebokpass
git clone https://github.com/yamanefkar/Spam-Sms
git clone https://github.com/tdencker/multi-SpaM
git clone https://github.com/Hendriyawan/FBUPv2.0
git clone https://github.com/FlymeDllVa/iCloud-Bypass-via-USB
git clone https://github.com/instabot-py/instabot.py
git clone https://github.com/instagrambot/instabot
git clone https://github.com/D4Vinci/Cr3dOv3r
git clone https://github.com/x90skysn3k/brutespray
git clone https://github.com/jfarriagada/cornershop
git clone https://github.com/FusionAuth/security-scripts
git clone https://github.com/jakoritarleite/bruteforce
git clone https://github.com/Matrix07ksa/Brute_Force
git clone https://github.com/Dionach/PhEmail
git clone https://github.com/cyweb/facenotify
git clone https://github.com/thelinuxchoice/instainsane
git clone https://github.com/akurtovic/InstaRaider
git clone https://github.com/bcat95/Facebook-Video-Downloader
git clone https://github.com/maxrooted/tweetbot-max
git clone https://github.com/darkarp/chromepass
git clone https://github.com/sibermon/chrome-password-hacking
git clone https://github.com/xChairs/VaxeTurkiye-Discord-Turkce-Bot
git clone https://github.com/johnjoseph/fb-Phishing
git clone https://github.com/adeshpande3/Facebook-Messenger-Bot
git clone https://github.com/chinoogawa/fbht
git clone https://github.com/thelinuxchoice/userrecon
git clone https://github.com/thelinuxchoice/facebash
git clone https://github.com/MindMac/AppIconPhishing
git clone https://github.com/nomadcoders/nomadgram
git clone https://github.com/xHak9x/fbi
git clone https://github.com/arjitsachdeva/Social-Ninja
git clone https://github.com/warifp/FacebookToolkit
git clone https://github.com/algolia/facebook-search
cd ..
sleep 3
echo -e 'Kurulum Tamamlanmıştır.'
cd $HOME/cyberaraclar
bash mobilearac.sh
elif [[ $secim == 4 ]]; then
clear
cd $HOME
echo -e 'Sizleri Yine Bekleriz'
sleep 3
exit
else
clear
echo -e 'hatalı değer girdiniz!'
sleep 5
clear
bash mobilearac.sh
fi