From 861f58daaab60be3157046ef24e4d0da991f6a6a Mon Sep 17 00:00:00 2001 From: Spoonman1091 Date: Fri, 26 Jan 2018 14:11:56 -0500 Subject: [PATCH] Update readme.md --- readme.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index cbc831a..c0197ac 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ usage: python wordlist_optimizer.py $ python wordlist_optimizer.py wordlists.txt ../optimized_wordlists ``` +------------------------------------------------------------------- ## Usage `$ ./hate_crack.py usage: python hate_crack.py ` @@ -77,6 +78,7 @@ $ ./hate_crack.py 1000 Select a task: ``` +------------------------------------------------------------------- #### Quick Crack * Runs a dictionary attack using all wordlists configured in your "hcatOptimizedWordlists" path and applies the "best64.rule", with the option of chaining the "best64.rule". @@ -136,15 +138,7 @@ Runs a PRINCE attack using wordlists/rockyou.txt Runs a continuous combinator attack using random wordlists from the optimized wordlists for the left and right sides. -#### Add-on Tools -wordlist_optimizer.py - parses all wordlists from ``, sorts them by length and de-duplicates into `` - -```$ python wordlist_optimizer.py -usage: python wordlist_optimizer.py - -$ python wordlist_optimizer.py wordlists.txt ../optimized_wordlists -``` - +------------------------------------------------------------------- ### Version History Version 1.00 Initial public release