From 447fe814d452555822be55bc4cefb058f39f735d Mon Sep 17 00:00:00 2001 From: dusoleil Date: Fri, 27 Aug 2021 17:09:20 -0400 Subject: Remove "LIGHT"/"HEAVY" Descriptors from Examples Signed-off-by: dusoleil --- docs/crypto/hashcat.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/crypto/hashcat.txt') diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt index 7cf4b89..e44dd36 100644 --- a/docs/crypto/hashcat.txt +++ b/docs/crypto/hashcat.txt @@ -3,13 +3,13 @@ hashcat is a hardware accelerated hash cracking tool useful one-liners mostly stolen from naive-hashcat: https://github.com/Kr4ken-9/naive-hashcat/blob/master/naive-hashcat.sh hashcat -I -# LIGHT DICTIONARY ATTACK +# 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 -# HEAVY MASK ATTACK (BRUTE-FORCE) +# MASK ATTACK (BRUTE-FORCE) hashcat -w 3 -m -a 3 hashcat/masks/rockyou-1-60.hcmask # COMBINATION ATTACK hashcat -w 3 -m -a 1 dicts/rockyou.txt dicts/rockyou.txt -- cgit v1.2.3