From c8e3476ffa68141178b6fcee8fbee4ede36eb7cc Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Mon, 22 Apr 2019 21:29:43 +0530 Subject: [PATCH] Updated Readme Former-commit-id: 16564aa6d70c917c7a695c71762f9b79d7cbe151 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a42a49a..e6e6c9b 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pwnedOrNot uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v2) v2 api t 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** +* **Kali Linux 2019.1** * **Ubuntu 18.04** * **Kali Nethunter** * **Termux** @@ -31,8 +31,7 @@ And with all this information **pwnedOrNot** can easily find passwords for compr **Ubuntu / Kali Linux / Nethunter / Termux** ```bash -chmod 777 install.sh -./install.sh +pip3 install -r requirements.txt ``` ## Usage