Files
pwnedOrNot/README.md
T
2018-09-08 03:34:15 +05:30

58 lines
1.9 KiB
Markdown
Executable File

<p align="center"><img src="https://i.imgur.com/xgaojFM.png"></p>
<h4 align="center">
Find Passwords for Compromised Email Accounts
</h4>
<p align="center">
<img src="https://img.shields.io/badge/HaveIBeenPwned-v2-blue.svg?style=plastic">
<img src="https://img.shields.io/badge/Python-3-brightgreen.svg?style=plastic">
<img src="https://img.shields.io/badge/Python-2-brightgreen.svg?style=plastic">
<img src="https://img.shields.io/badge/Termux-✔-red.svg?style=plastic">
<img src="https://img.shields.io/badge/NetHunter-✔-red.svg?style=plastic">
</p>
pwnedOrNot uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v2) v2 api to test email accounts and tries to find the **password** in **Pastebin Dumps**.
## Features
[**haveibeenpwned**](https://haveibeenpwned.com/API/v2) 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
#### Tested on
* **Kali Linux 18.2**
* **Ubuntu 18.04**
* **Kali Nethunter**
* **Termux**
## Installation
**Ubuntu / Kali Linux / Nethunter / Termux**
```bash
chmod 777 install.sh
./install.sh
```
[![asciicast](https://asciinema.org/a/200221.png)](https://asciinema.org/a/200221)
## Usage
```bash
python pwnedornot.py -h
usage: pwnedornot.py [-h] [-e EMAIL] [-f FILE]
optional arguments:
-h, --help show this help message and exit
-e EMAIL, --email EMAIL Email account you want to test
-f FILE, --file FILE Load a file with multiple email accounts
```
[![asciicast](https://asciinema.org/a/200225.png)](https://asciinema.org/a/200225)
## Demo
[YouTube](https://www.youtube.com/watch?v=R_Y_QzVmERA)