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 *")