From 577fada1de92d8debc8d4d2f5fb56dacb20188cc Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Tue, 10 Aug 2021 23:54:18 +0200 Subject: [PATCH] Add link to new hashcat discord --- README.md | 2 +- docs/contact.txt | 3 ++- src/usage.c | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 438dd77f3..d102d505c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Download the [latest release](https://hashcat.net/hashcat/) and unpack it in the ### Usage/Help ### -Please refer to the [Hashcat Wiki](https://hashcat.net/wiki/) and the output of `--help` for usage information and general help. A list of frequently asked questions may also be found [here](https://hashcat.net/wiki/doku.php?id=frequently_asked_questions). The [Hashcat Forum](https://hashcat.net/forum/) also contains a plethora of information. +Please refer to the [Hashcat Wiki](https://hashcat.net/wiki/) and the output of `--help` for usage information and general help. A list of frequently asked questions may also be found [here](https://hashcat.net/wiki/doku.php?id=frequently_asked_questions). The [Hashcat Forum](https://hashcat.net/forum/) also contains a plethora of information. If you still think you need help by a real human come to [Discord](https://discord.gg/HFS523HGBT). ### Building ### diff --git a/docs/contact.txt b/docs/contact.txt index 1ffcbce30..edfe3e1f7 100644 --- a/docs/contact.txt +++ b/docs/contact.txt @@ -1,2 +1,3 @@ web: https://hashcat.net -irc: freenode #hashcat +discord: https://discord.gg/HFS523HGBT +irc: Libera Chat #hashcat diff --git a/src/usage.c b/src/usage.c index b8f606c5c..55b61ce51 100644 --- a/src/usage.c +++ b/src/usage.c @@ -239,6 +239,10 @@ static const char *const USAGE_BIG_POST_HASHMODES[] = "", "* https://hashcat.net/wiki/#howtos_videos_papers_articles_etc_in_the_wild", "* https://hashcat.net/faq/", + "", + "If you think you need help by a real human come to the hashcat Discord:", + "", + "* https://discord.gg/HFS523HGBT", NULL };