From b0494a28b12dc6f28a73e4fce4de146875ea8613 Mon Sep 17 00:00:00 2001 From: bandrel Date: Fri, 26 Oct 2018 09:02:10 -0400 Subject: [PATCH] Updated rules example in quickcrack --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 35da75f..7c7b1d3 100644 --- a/readme.md +++ b/readme.md @@ -86,18 +86,18 @@ Select a task: * Runs a dictionary attack using all wordlists configured in your "hcatOptimizedWordlists" path and optionally applies a rule that can be selected from a list by ID number. Multiple rules can be selected by using a comma separated list, and chains can be created by using the '+' symbol. -Example: -```Which rule(s) would you like to run? + +``` +Which rule(s) would you like to run? (1) best64.rule (2) d3ad0ne.rule (3) T0XlC.rule (4) dive.rule (99) YOLO...run all of the rules -Enter Comma separated list of rules you would like to run. -To run rules chained use the + symbol: +Enter Comma separated list of rules you would like to run. To run rules chained use the + symbol. +For example 1+1 will run best64.rule chained twice and 1,2 would run best64.rule and then d3ad0ne.rule sequentially. +Choose wisely: ``` - -To run best64 twice you would enter `1+1` to run best64 and then d3ad0ne you would enter `1,2`