technicaldada / Leaked

Leaked? 3.0 - A Checking tool for Hash codes, Passwords and Emails leaked

Home Page:https://technicaldada.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Leaked? 3.0

Leaked? is A Checking tool for Hash codes and Passwords and Emails leaked, uses leakz module from Aidan Holland, and leakz module uses API from Aurelius Wendelken.. And this modified Version 3.0 is made by Technical Dada

Leaked? can work in any OS if they have support Python 3 and 2.

What's new in v3.0 ?

  • Now comes with Android Supports ( Requires Termux app from Play Store)
  • Check email leaked
  • Update
  • More friendly for users
  • Support Python 2 and 3

Features

  • Check passwords leaked
  • Check hash code leaked
  • Check email leaked NEW!
  • Update NEW!
  • Exit
  • About Author

Install and Run in Linux

sudo apt update && apt install python3 python3-pip
git clone https://github.com/TechnicalDada/Leaked
cd Leaked
pip3 install -r requirements.txt
pip install -r requirements.txt
python3 leaked.py

or python leaked.py

Install and Run in Windows

Download and run Python 3 setup file from Python.org. In Install Python 3 , enable Add Python 3.7 to PATH and For all users

Download and run Git setup file from Git-scm.com, choose Use Git from Windows Command Propmt.

After that, Run Command Propmt or PowerShell and enter this commands:

git clone https://github.com/TechnicalDada/Leaked
cd Leaked
pip install -r requirements.txt
python leaked.py

Install and Run in Android

Download Termux app from Paly Store. Then open the app and type following commands

apt update && apt upgrade
apt install python3 && apt install git
git clone https://github.com/TechnicalDada/Leaked
termux-setup-storage
cd Leaked
pip install -r requirements.txt
python3 leaked.py

Update Leaked?: git pull -f

Notes

Leaked? uses leakz module from Aidan Holland, and leakz module uses API from Aurelius Wendelken. And this modified Version 3.0 is made by Technical Dada

Let follow their Twitter & Facebook account!

Screenshots

Run Leaked? in ParrotSec Run Leaked? in PowerShell Run Leaked? in Kali Linux Run Leaked? in Termux

Thanks to Thanks to Technical Dada (myself) for programming this tool

And Aidan Holland for his free Python module!

Contact to Author

To-do list

  • Has yet devise!

About

Leaked? 3.0 - A Checking tool for Hash codes, Passwords and Emails leaked

https://technicaldada.in

License:GNU General Public License v3.0


Languages

Language:Python 100.0%