From 8ef9da5b57a1fcbe50802a134f66d33e1db5e7f9 Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Sun, 30 Dec 2018 15:32:18 -0500 Subject: [PATCH] Updated verison number and README. --- README.md | 3 ++- theHarvester.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7db4ae4c..65ba9532 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ Add your keys to discovery/constants.py Dependencies: ------------- -* Do ```pip3 install -r requirements.txt``` (Requires Python3) +* Do ```pip3 install -r requirements.txt``` +* Pip3 requires Python3 Changelog in 3.0: ----------------- diff --git a/theHarvester.py b/theHarvester.py index 1236b765..a6ef074d 100755 --- a/theHarvester.py +++ b/theHarvester.py @@ -33,7 +33,7 @@ print("* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") print("* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print("* *") -print("* theHarvester 3.0.6 v65 *") +print("* theHarvester 3.0.6 v110 *") print("* Coded by Christian Martorella *") print("* Edge-Security Research *") print("* cmartorella@edge-security.com *")