Pwnedornot V1.1.7 - Osint Tool To Discovery Passwords For Compromised Electronic Mail Addresses


pwnedOrNot uses haveibeenpwned v2 api to examination e-mail accounts too tries to detect the password inwards Pastebin Dumps.

Features
haveibeenpwned offers a lot of information close the compromised email, simply about useful information is displayed yesteryear this script:
  • Name of Breach
  • Domain Name
  • Date of Breach
  • Fabrication status
  • Verification Status
  • Retirement status
  • Spam Status
And amongst all this information pwnedOrNot tin easily detect passwords for compromised emails if the dump is accessible too it contains the password

Tested on
  • Kali Linux 18.2
  • Ubuntu 18.04
  • Kali Nethunter
  • Termux

Installation
Ubuntu / Kali Linux / Nethunter / Termux
chmod 777 install.sh ./install.sh


Usage
python3 pwnedornot.py -h  usage: pwnedornot.py [-h] [-e EMAIL] [-f FILE] [-d DOMAIN] [-n] [-l]                      [-c CHECK]  optional arguments:   -h, --help                  exhibit this assist message too overstep   -e EMAIL, --email EMAIL     Email Address You Want to Test   -f FILE, --file FILE        Load a File amongst Multiple Email Addresses   -d DOMAIN, --domain DOMAIN  Filter Results yesteryear Domain Name   -n, --nodumps               Only Check Breach Info too Skip Password Dumps   -l, --list                  Get List of all pwned Domains   -c CHECK, --check CHECK     Check if your Domain is pwned  # Examples  # Check Single Email python3 pwnedornot.py -e  #OR python3 pwnedornot.py --email   # Check Multiple Emails from File python3 pwnedornot.py -f  #   OR python3 pwnedornot.py --file   # Filter Result for a Domain Name [Ex : adobe.com] python3 pwnedornot.py -e  -d  #OR python3 pwnedornot.py -f  --domain   # Get entirely Breach Info, Skip Password Dumps python3 pwnedornot.py -e  -n #OR python3 pwnedornot.py -f  --nodumps  # Get List of all Breached Domains python3 pwnedornot.py -l #OR python3 pwnedornot.py --list  # Check if a Domain is Pwned python3 pwnedornot.py -c  #OR python3 pwnedornot.py --check 


Demo