From 69f475bbf17b6059bcfabe85d02b42b26893cbe9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Sep 2018 15:31:20 +0530 Subject: [PATCH] Updated Readme Former-commit-id: 5026ede277b10731a012ca390c36692f2585ffef --- README.md | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 6cfd21e..83eb3a1 100755 --- a/README.md +++ b/README.md @@ -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. +

pwnedOrNot

+

+Find Passwords for Compromised Email Accounts +

+

+ + + + + +

-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