From 40d117028c07f8f3b2541e57519360ac4181c1a4 Mon Sep 17 00:00:00 2001 From: 0xACAB <18677+meitar@users.noreply.github.com> Date: Sat, 4 Apr 2020 11:53:31 -0400 Subject: [PATCH] Add GoCrack, Web frontend for distributed hashcat cracking jobs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b7297c..5c74d43 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ See also [DEF CON Suggested Reading](https://www.defcon.org/html/links/book-list * [BruteForce Wallet](https://github.com/glv2/bruteforce-wallet) - Find the password of an encrypted wallet file (i.e. `wallet.dat`). * [CeWL](https://digi.ninja/projects/cewl.php) - Generates custom wordlists by spidering a target's website and collecting unique words. +* [GoCrack](https://github.com/fireeye/gocrack) - Management Web frontend for distributed password cracking sessions using hashcat (or other supported tools) written in Go. * [Hashcat](http://hashcat.net/hashcat/) - The more fast hash cracker. * [hate_crack](https://github.com/trustedsec/hate_crack) - Tool for automating cracking methodologies through Hashcat. * [JWT Cracker](https://github.com/lmammino/jwt-cracker) - Simple HS256 JSON Web Token (JWT) token brute force cracker.