From 7b068d15ef3cf30bef9c4a9acdf623200c837d87 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 May 2018 15:35:41 +0530 Subject: [PATCH] Updated README --- README.MD | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index ab87a1f..d6cef27 100644 --- a/README.MD +++ b/README.MD @@ -4,26 +4,39 @@ pwnedOrNot is a python script which checks if the email account has been comprom It uses [**haveibeenpwned**](https://haveibeenpwned.com/API/v2) v2 api to test email accounts and searches for the **password** in **Pastebin Dumps** -This script has been tested on +This script has been tested on * **Kali Linux 18.2** * **Ubuntu 18.04** * **Kali Nethunter** * **Termux** +**Works with both Python2 and Python3** + ## Installation **Ubuntu and Kali** ```bash +# Python 2 pip install cfscrape apt-get install nodejs + +# Python 3 +apt-get install python3-pip +pip3 install cfscrape ``` **Termux** ```bash +# Python 2 pkg install python2 pkg install git pip2 install requests pip2 install cfscrape + +# Python 3 +pkg install python2 +pip install requests +pip install cfscrape ``` Other common standard python modules pwnedornot uses: