Readme Updated

This commit is contained in:
thewhiteh4t
2019-04-30 19:34:57 +05:30
parent f94ef4b1b8
commit c73bc5ce7f
+14 -1
View File
@@ -9,6 +9,13 @@ OSINT Tool to Find Passwords for Compromised Email Accounts
pwnedOrNot uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v2) v2 api to test email accounts and tries to find the **password** in **Pastebin Dumps**.
<p align="center">
<br>
Available in
<br>
<img src="https://i.imgur.com/IPiAUZi.png">
</p>
## 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
@@ -29,7 +36,7 @@ And with all this information **pwnedOrNot** can easily find passwords for compr
* **Termux**
## Installation
**Ubuntu / Kali Linux / BlackArch Linux / Nethunter / Termux**
**Ubuntu / Kali Linux / Nethunter / Termux**
```bash
git clone https://github.com/thewhiteh4t/pwnedOrNot.git
@@ -37,6 +44,12 @@ cd pwnedOrNot
pip3 install requests
```
**BlackArch Linux**
```bash
pacman -S pwnedornot
```
## Updates
```bash
cd pwnedOrNot