readme updated

This commit is contained in:
thewhiteh4t
2020-06-01 18:51:42 +05:30
parent 76a9cee4fc
commit d2c11eb24f
+9 -2
View File
@@ -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