Updated Readme

Former-commit-id: 5026ede277
This commit is contained in:
root
2018-09-07 15:31:20 +05:30
parent 4b5c8c3007
commit 69f475bbf1
+26 -20
View File
@@ -1,17 +1,35 @@
# pwnedOrNot
## Introduction
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.
<h1 align="center">pwnedOrNot</h1>
<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>
It uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v2) v2 api to test email accounts and searches for the **password** in **Pastebin Dumps**
pwnedOrNot uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v2) v2 api to test email accounts and tries to find the **password** in **Pastebin Dumps**.
This script has been tested on
## 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**
**Works with both Python2 and Python3**
## Installation
**Ubuntu and Kali**
@@ -35,7 +53,7 @@ pip2 install requests
pip2 install cfscrape
# Python 3
pkg install python2
pkg install python
pip install requests
pip install cfscrape
```
@@ -56,15 +74,3 @@ optional arguments:
-e EMAIL, --email EMAIL Email account you want to test
-f FILE, --file FILE Load a file with multiple email accounts
```
## 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