Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san authored Feb 8, 2021
1 parent e3dba6f commit 86c0667
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion search_that_hash/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,18 @@
help="Turn on debugging logs. -vvv for maximum logs.",
)
def main(**kwargs):

"""
Search-That-Hash - The fastest way to crack any hash.
\n
GitHub:\n
https://github.com/HashPals/Search-That-Hash\n
Discord:\n
https://discord.gg/CswayhQ8Ru
\n
Usage:
\n
sth --text "5f4dcc3b5aa765d61d8327deb882cf99"
"""
set_logger(kwargs)
logger.debug(kwargs)

Expand Down

0 comments on commit 86c0667

Please sign in to comment.