From 60ee99493498babe93c75e39c24c9063df5170f8 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Fri, 27 Aug 2021 17:25:30 -0400 Subject: Add More Mask/Hybrid Attacks to Examples Signed-off-by: dusoleil --- docs/crypto/hashcat.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/crypto/hashcat.txt') diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt index 96d2f19..32b2967 100644 --- a/docs/crypto/hashcat.txt +++ b/docs/crypto/hashcat.txt @@ -12,7 +12,13 @@ hashcat --status -w 3 -m -a 0 dicts/rockyou.txt -r rules/d3ad0ne.r hashcat --status -w 3 -m -a 0 dicts/rockyou.txt -r rules/rockyou-30000.rule hashcat --status -w 3 -m -a 0 dicts/rockyou.txt -r rules/dive.rule # MASK ATTACK (BRUTE-FORCE) +hashcat --status -w 3 -m -a 3 --increment ?a?a?a?a?a?a?a?a?a?a?a hashcat --status -w 3 -m -a 3 masks/rockyou-1-60.hcmask +# HYBRID ATTACK (DICTIONARY + BRUTE-FORCE) +hashcat --status -w 3 -m -a 6 --increment dicts/rockyou.txt ?a?a?a?a?a?a?a?a?a?a?a +hashcat --status -w 3 -m -a 6 dicts/rockyou.txt masks/rockyou-1-60.hcmask +hashcat --status -w 3 -m -a 7 --increment ?a?a?a?a?a?a?a?a?a?a?a dicts/rockyou.txt +hashcat --status -w 3 -m -a 7 masks/rockyou-1-60.hcmask dicts/rockyou.txt # COMBINATION ATTACK hashcat --status -w 3 -m -a 1 dicts/rockyou.txt dicts/rockyou.txt -- cgit v1.2.3