diff --git a/README.md b/README.md index f97564a6..767cebe2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * -* theHarvester 3.0.6 v307 * +* theHarvester 3.0.6 v308 * * Coded by Christian Martorella * * Edge-Security Research * * cmartorella@edge-security.com * diff --git a/lib/core.py b/lib/core.py index 1fdea3bc..29747714 100644 --- a/lib/core.py +++ b/lib/core.py @@ -45,12 +45,12 @@ def intelx_key(): def banner(): print('\n\033[93m*******************************************************************') print("* _ _ _ *") - print("* | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ *") - print("* | __| _ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *") - print("* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") - print("* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") + print(r"* | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ *") + print(r"* | __| _ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *") + print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") + print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print('* *') - print('* theHarvester 3.0.6 v307 *') + print('* theHarvester 3.0.6 v308 *') print('* Coded by Christian Martorella *') print('* Edge-Security Research *') print('* cmartorella@edge-security.com *')