pwnedOrNot v1.3 releases: Find Passwords for Compromised Email Accounts
pwnedOrNot
pwnedOrNot is a python script which checks if the email account has been compromised in a data breach if the email account is compromised it proceeds to find passwords for the compromised account.
It uses haveibeenpwned v2 API to test email accounts and searches for the password in Pastebin Dumps.
Features
haveibeenpwned offers a lot of information about the compromised email, some useful information is displayed by this script:
- Name of Breach
- Domain Name
- Date of Breach
- Fabrication status
- Verification Status
- Retirement status
- Spam Status
And with all this information pwnedOrNot can easily find passwords for compromised emails if the dump is accessible and it contains the password.
Installation
Ubuntu / Kali Linux / Nethunter / Termux
git clone https://github.com/thewhiteh4t/pwnedOrNot.gitcd pwnedOrNot pip3 install requests
Usage
Demo
Copyright (c) 2019 thewhiteh4t
Source: https://github.com/thewhiteh4t/