From 8769b67eba7013379396146c80d44cb068d18256 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Fri, 27 Aug 2021 17:10:39 -0400 Subject: Fix Paths in Examples Signed-off-by: dusoleil --- docs/crypto/hashcat.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/crypto/hashcat.txt') diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt index e44dd36..280f4a9 100644 --- a/docs/crypto/hashcat.txt +++ b/docs/crypto/hashcat.txt @@ -6,11 +6,11 @@ hashcat -I # DICTIONARY ATTACK hashcat -w 3 -m -a 0 dicts/rockyou.txt # DICTIONARY ATTACK WITH RULES -hashcat -w 3 -m -a 0 dicts/rockyou.txt -r hashcat/rules/d3ad0ne.rule -hashcat -w 3 -m -a 0 dicts/rockyou.txt -r hashcat/rules/rockyou-30000.rule -hashcat -w 3 -m -a 0 dicts/rockyou.txt -r hashcat/rules/dive.rule +hashcat -w 3 -m -a 0 dicts/rockyou.txt -r rules/d3ad0ne.rule +hashcat -w 3 -m -a 0 dicts/rockyou.txt -r rules/rockyou-30000.rule +hashcat -w 3 -m -a 0 dicts/rockyou.txt -r rules/dive.rule # MASK ATTACK (BRUTE-FORCE) -hashcat -w 3 -m -a 3 hashcat/masks/rockyou-1-60.hcmask +hashcat -w 3 -m -a 3 masks/rockyou-1-60.hcmask # COMBINATION ATTACK hashcat -w 3 -m -a 1 dicts/rockyou.txt dicts/rockyou.txt -- cgit v1.2.3