mirror of
https://github.com/thewhiteh4t/pwnedOrNot.git
synced 2026-09-08 18:57:44 +02:00
Readme Updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user