From 4a0169327a4b82ba43b99036307c49c5e8c905fd Mon Sep 17 00:00:00 2001 From: linoskoczek Date: Tue, 8 Sep 2020 09:55:54 +0200 Subject: [PATCH 1/2] fix python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f799487..c53fb44 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simply clone the repository, install requirements and run the script - `$ git clone https://github.com/webarx-security/wpbullet wpbullet` - `$ cd wpbullet` - `$ pip install -r requirements.txt` -- `$ python wpbullet.py` +- `$ python3 wpbullet.py` ## Usage From 249f7636ced9020c04a0696c640083781c5ecb79 Mon Sep 17 00:00:00 2001 From: linoskoczek Date: Tue, 8 Sep 2020 09:59:45 +0200 Subject: [PATCH 2/2] fixed python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c53fb44..511b833 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Examples: --cleanup (optional) Automatically remove content of .temp folder after scanning remotely downloaded plugin (boolean) --report (optional) Saves result inside reports/ directory in JSON format (boolean) -$ python wpbullet.py --path="/var/www/wp-content/plugins/plugin-name" +$ python3 wpbullet.py --path="/var/www/wp-content/plugins/plugin-name" ``` ## Creating modules