From d2c11eb24f2ee754bc8e1ac5b56f7830e740afb7 Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Mon, 1 Jun 2020 18:51:42 +0530 Subject: [PATCH] readme updated --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 923de62..790d3e1 100755 --- a/README.md +++ b/README.md @@ -40,9 +40,8 @@ pwnedOrNot uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v3) v3 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 2019.1** +* **Kali Linux** * **BlackArch Linux** -* **Ubuntu 18.04** * **Kali Nethunter** * **Termux** @@ -61,6 +60,14 @@ pip3 install requests pacman -S pwnedornot ``` +**Docker** + +```bash +docker pull thewhiteh4t/pwnedornot +docker create -it --name pon thewhiteh4t/pwnedornot +docker start pon -i +``` + ## Updates ```bash cd pwnedOrNot