A tool to brute force a gmail account. Use this tool to crack multiple accounts

A tool to brute force a gmail account. Use this tool to crack multiple accounts. This tool is developed to crack multiple accounts apt install python3 git clone https://github.com/Saadkhan041/Gmail-Brute cd Gmail-Brute chmod +x * python3 crack.py Enter path of mail list You can use defaul wordlist (passwords) Use of defaul proxy is not recommended Wait… ! Enjoy ! for any help / support , iam mostly active on instagram @saadkhan041/@coding_memz GitHub View Github    

Read more

A malware to encrypt all the .txt and .jpg files in target computer using RSA algorithms

A malware to encrypt all the .txt and .jpg files in target computer using RSA algorithms. Change the Blackgound image of targets’ computer. and decrypt the targets’ encrypted files in our own computer Usage: use RSA_key.py to generate public and private keys pair. then send the randsomware.py and public key pem file to the targets computer. run randsomware on targets’ computer to encrypt all of their files. decrypt the file in your computer with the RSA private key. GitHub View […]

Read more

Generating a report CSV and send it to an email – Python / Django Rest Framework

How to start project. Create a folder in your machine Create a virtual environment Start the virtual environment . venv/bin/activate (Linux) venv/Scripts/Activate (Windows) Inside your venv folder clone the project git clone https://github.com/alexlopesbr/forgot-password.git In your-new-folder/venv/forgot-password pip install -r requirements.txt to install the project’s dependencies python manage.py migrate to generate your database python3 manage.py createsuperuser to create the admin python3 manage.py runserver to start the server Open your browser and go to http://127.0.0.1:8000/admin/ Login with the admin credentials Now you can […]

Read more

Deep Learning for Natural Language Processing SS 2021 (TU Darmstadt)

Task Training huge unsupervised deep neural networks yields to strong progress in the field of Natural Language Processing (NLP). Using these extensively pre-trained networks for particular NLP applications is the current state-of-the-art approach. In this project, we approach the task of ranking possible clarifying questions for a given query. We fine-tuned a pre-trained BERT model to rank the possible clarifying questions in a classification manner. The achieved model scores a top-5 accuracy of 0.4565 on the provided benchmark dataset. Installation […]

Read more

M-Fire – A framework that can be used to generate DDOS Attack, Bombing, Text Repeat, Strong Password

M-Fire M-Fire is a framework that can be used to generate DDOS Attack, Bombing, Text Repeat, Strong Password. This framework has been created for educational purposes only. Install process of Linux apt install python3 pip install pyautogui pip install requests apt install git git clone https://github.com/m4r07/M-Fire cd M-fire python3 fire.py Developer Contact GitHub View Github    

Read more

KiCad library containing footprints and symbols for inductive analog keyboard switches

This library contains footprints and symbols for inductive analog keyboard switches for use with the Texas Instruments LDC1312, LDC1314, LDC1312 and LDC1314 inductance to digital converters. Supported footprints for switches are currently PCB or plate mounted, LED or no LED Cherry MX, Alps Matias or hybrid Cherry MX and Alps Matias. Acknowledgements A huge thank you goes out to keyswitch-kicad-library from which i have borrowed some of the code to help generate the switch footprints. License This work is licensed […]

Read more

Weblate – A copylefted libre software web-based continuous localization system

Weblate is a copylefted libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries. Linter for localization files powered by Weblate. This project is in beta. The interface, features, supported formats are subject to change without any intent to keep backward compatibility. Using manually The Python module can be installed from the PyPI: Run to lint current directory: Using as GitHub action    

Read more

OTS React.JS – DJango Web Application

This repository servers as a template for creating React.JS – Django Web Applications. Note that the Django SECRET_KEY is being exposed here. Please create an entirely new project when starting your actual project. File system Tree below shows the file system for the more important files for this application. project_root |_frontend |_src |_App.js |_index.js |_store.js |_Components |_Actions |_Reducers |_Constants |_Screens |_public |_index.html |_package.json |_.gitignore |_backend |_manage.py |_backend |_settings.py |_urls.py |_base |_views.py |_urls.py |_models.py |_admin.py |_requirements.txt |_pyenv

Read more

Wordle TUI: Play WORDLE game in your terminal

Play WORDLE game in your terminal. The game will be kept the same as the Web version. Prerequisites Python 3.7+ Linux/MacOS (Windows is not supported due to upstream limits). Quick Start Clone the repository git clone https://github.com/frostming/wordle-tui.git cd wordle-tui If you are using PDM, then: pdm install # Run the application pdm run start Otherwise, set up a new virtualenv and install the dependencies:

Read more
1 20 21 22 23 24 49