Merge pull request #274 from VicRMIT/master

Fix Menu Format
This commit is contained in:
J.Townsend 2019-08-03 14:31:25 +01:00 committed by GitHub
commit 0649595da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ def banner():
print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *")
print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *")
print('* *')
print(f'* theHarvester {Core.version()} *')
print(f'* theHarvester {Core.version()} *')
print('* Coded by Christian Martorella *')
print('* Edge-Security Research *')
print('* cmartorella@edge-security.com *')