removed the unnecessary banner

pull/261/head
Siddharth Dushantha 5 years ago committed by GitHub
parent 32a3c35d51
commit b1b561981a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,18 +29,6 @@ module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.7.0" __version__ = "0.7.0"
amount = 0 amount = 0
BANNER = r'''
."""-.
/ \
____ _ _ _ | _..--'-.
/ ___|| |__ ___ _ __| | ___ ___| |__ >.`__.-""\;"`
\___ \| '_ \ / _ \ '__| |/ _ \ / __| |/ / / /( ^\
___) | | | | __/ | | | (_) | (__| < '-`) =|-.
|____/|_| |_|\___|_| |_|\___/ \___|_|\_\ /`--.'--' \ .-.
.'`-._ `.\ | J /
/ `--.| \__/'''[1:]
# TODO: fix tumblr
global proxy_list global proxy_list
@ -438,7 +426,6 @@ def main():
args = parser.parse_args() args = parser.parse_args()
print(Fore.WHITE + Style.BRIGHT + BANNER)
# Argument check # Argument check
# TODO regex check on args.proxy # TODO regex check on args.proxy

Loading…
Cancel
Save