From 4a520dba1ade38c310543d6bdc83fd2dbae77c69 Mon Sep 17 00:00:00 2001 From: Jeff H Date: Sun, 28 Jul 2019 04:40:36 -0500 Subject: [PATCH] Add Pipal menu --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 65ac8a5..3c6ccff 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ $ ./hate_crack.py 1000 \ Y // __ \| | \ ___/ \ \____| | \// __ \\ \___| < \___|_ /(____ /__| \___ >____\______ /|__| (____ /\___ >__|_ \ \/ \/ \/_____/ \/ \/ \/ \/ - Version 1.06 + Version 1.08 (1) Quick Crack @@ -73,6 +73,7 @@ $ ./hate_crack.py 1000 (11) Middle Combinator Attack (12) Thorough Combinator Attack + (95) Analyze hashes with Pipal (96) Export Output to Excel Format (97) Display Cracked Hashes (98) Display README @@ -179,6 +180,9 @@ https://jeffh.net/2018/04/26/combinator_methods/ ------------------------------------------------------------------- ### Version History +Version 1.08 + Added a Pipal menu Option to analyze hashes. https://github.com/digininja/pipal + Version 1.07 Minor bug fixes with pwdump formating and unhexify function