diff --git a/README.md b/README.md index 6296d51c..20298471 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * -* theHarvester 3.0.6 v332 * +* theHarvester 3.0.6 v333 * * Coded by Christian Martorella * * Edge-Security Research * * cmartorella@edge-security.com * diff --git a/discovery/__init__.py b/discovery/__init__.py index 553e0ac5..09132e82 100644 --- a/discovery/__init__.py +++ b/discovery/__init__.py @@ -8,7 +8,6 @@ 'duckduckgosearch', 'exaleadsearch', 'googlecertificates', - 'googleCSE', 'googlesearch', 'huntersearch', 'intelxsearch', diff --git a/lib/core.py b/lib/core.py index d791b5ab..c239718e 100644 --- a/lib/core.py +++ b/lib/core.py @@ -44,7 +44,7 @@ def banner(): print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print('* *') - print('* theHarvester 3.0.6 v332 *') + print('* theHarvester 3.0.6 v333 *') print('* Coded by Christian Martorella *') print('* Edge-Security Research *') print('* cmartorella@edge-security.com *')