From c73bc5ce7f2bfde8cef97f65b4730ef2793e43c5 Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Tue, 30 Apr 2019 19:34:57 +0530 Subject: [PATCH] Readme Updated --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de07eab..9d5746e 100755 --- a/README.md +++ b/README.md @@ -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**. +

+
+ Available in +
+ +

+ ## 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