From 4d02410ee68916bcf58fbb9fb84ecc5ba97c2193 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Sat, 12 Oct 2019 22:05:25 -0400 Subject: [PATCH 1/2] Add hate_crack, a wrapper for Hashcat to automate cracking methods. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d01779..c1e6c97 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,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. * [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. * [John the Ripper](http://www.openwall.com/john/) - Fast password cracker. * [Rar Crack](http://rarcrack.sourceforge.net) - RAR bruteforce cracker. From f9a63461b17be75492bf075ee2f559581d76485c Mon Sep 17 00:00:00 2001 From: Meitar M Date: Sat, 12 Oct 2019 23:19:49 -0400 Subject: [PATCH 2/2] Fix URL for CarolinaCon. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e6c97..fcec1e3 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ See also [DEF CON Suggested Reading](https://www.defcon.org/html/links/book-list * [BruCON](http://brucon.org) - Annual security conference in Belgium. * [CCC](https://events.ccc.de/congress/) - Annual meeting of the international hacker scene in Germany. * [CHCon](https://2016.chcon.nz/) - Christchurch Hacker Con, Only South Island of New Zealand hacker con. -* [CarolinaCon](http://www.carolinacon.org/) - Infosec conference, held annually in North Carolina. +* [CarolinaCon](https://carolinacon.org/) - Infosec conference, held annually in North Carolina. * [DEF CON](https://www.defcon.org/) - Annual hacker convention in Las Vegas. * [DeepSec](https://deepsec.net/) - Security Conference in Vienna, Austria. * [DefCamp](http://def.camp/) - Largest Security Conference in Eastern Europe, held annually in Bucharest, Romania.