summaryrefslogtreecommitdiffstats
path: root/docs/crypto/hashcat.txt
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2021-08-27 17:25:30 -0400
committerdusoleil <howcansocksbereal@gmail.com>2021-09-05 23:52:15 -0400
commit60ee99493498babe93c75e39c24c9063df5170f8 (patch)
treee64bf6f5dae6fc7dd37cb50e2f16d9b72bb818ff /docs/crypto/hashcat.txt
parentde3310f002bbb8eeb4be39a4d8cac29b4c0aabd0 (diff)
downloadlib-des-gnux-60ee99493498babe93c75e39c24c9063df5170f8.tar.gz
lib-des-gnux-60ee99493498babe93c75e39c24c9063df5170f8.zip
Add More Mask/Hybrid Attacks to Examples
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to '')
-rw-r--r--docs/crypto/hashcat.txt6
1 files changed, 6 insertions, 0 deletions
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 <type> -a 0 <file> dicts/rockyou.txt -r rules/d3ad0ne.r
hashcat --status -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r rules/rockyou-30000.rule
hashcat --status -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r rules/dive.rule
# MASK ATTACK (BRUTE-FORCE)
+hashcat --status -w 3 -m <type> -a 3 --increment <file> ?a?a?a?a?a?a?a?a?a?a?a
hashcat --status -w 3 -m <type> -a 3 <file> masks/rockyou-1-60.hcmask
+# HYBRID ATTACK (DICTIONARY + BRUTE-FORCE)
+hashcat --status -w 3 -m <type> -a 6 --increment <file> dicts/rockyou.txt ?a?a?a?a?a?a?a?a?a?a?a
+hashcat --status -w 3 -m <type> -a 6 <file> dicts/rockyou.txt masks/rockyou-1-60.hcmask
+hashcat --status -w 3 -m <type> -a 7 --increment <file> ?a?a?a?a?a?a?a?a?a?a?a dicts/rockyou.txt
+hashcat --status -w 3 -m <type> -a 7 <file> masks/rockyou-1-60.hcmask dicts/rockyou.txt
# COMBINATION ATTACK
hashcat --status -w 3 -m <type> -a 1 <file> dicts/rockyou.txt dicts/rockyou.txt