This commit is contained in:
NotoriousRebel 2019-03-01 17:04:13 -05:00
commit f071a37623
3 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@
* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *
* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *
* * * *
* theHarvester 3.0.6 v332 * * theHarvester 3.0.6 v333 *
* Coded by Christian Martorella * * Coded by Christian Martorella *
* Edge-Security Research * * Edge-Security Research *
* cmartorella@edge-security.com * * cmartorella@edge-security.com *

View file

@ -8,7 +8,6 @@
'duckduckgosearch', 'duckduckgosearch',
'exaleadsearch', 'exaleadsearch',
'googlecertificates', 'googlecertificates',
'googleCSE',
'googlesearch', 'googlesearch',
'huntersearch', 'huntersearch',
'intelxsearch', 'intelxsearch',

View file

@ -44,7 +44,7 @@ def banner():
print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *")
print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *")
print('* *') print('* *')
print('* theHarvester 3.0.6 v332 *') print('* theHarvester 3.0.6 v333 *')
print('* Coded by Christian Martorella *') print('* Coded by Christian Martorella *')
print('* Edge-Security Research *') print('* Edge-Security Research *')
print('* cmartorella@edge-security.com *') print('* cmartorella@edge-security.com *')