1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Add link to new hashcat discord

This commit is contained in:
Jens Steube 2021-08-10 23:54:18 +02:00
parent caca54b0c6
commit 577fada1de
3 changed files with 7 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Download the [latest release](https://hashcat.net/hashcat/) and unpack it in the
### Usage/Help ### ### 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 ### ### Building ###

View File

@ -1,2 +1,3 @@
web: https://hashcat.net web: https://hashcat.net
irc: freenode #hashcat discord: https://discord.gg/HFS523HGBT
irc: Libera Chat #hashcat

View File

@ -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/wiki/#howtos_videos_papers_articles_etc_in_the_wild",
"* https://hashcat.net/faq/", "* https://hashcat.net/faq/",
"",
"If you think you need help by a real human come to the hashcat Discord:",
"",
"* https://discord.gg/HFS523HGBT",
NULL NULL
}; };