summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2021-08-27 17:09:20 -0400
committerdusoleil <howcansocksbereal@gmail.com>2021-09-05 23:52:15 -0400
commit447fe814d452555822be55bc4cefb058f39f735d (patch)
treef5214bd1e5a93ffaefca8380624605473c65b046 /docs
parent8926cd25884bdda909d907bc45c3ac8a3b10e721 (diff)
downloadlib-des-gnux-447fe814d452555822be55bc4cefb058f39f735d.tar.gz
lib-des-gnux-447fe814d452555822be55bc4cefb058f39f735d.zip
Remove "LIGHT"/"HEAVY" Descriptors from Examples
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/crypto/hashcat.txt4
1 files changed, 2 insertions, 2 deletions
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 <type> -a 0 <file> dicts/rockyou.txt
# DICTIONARY ATTACK WITH RULES
hashcat -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r hashcat/rules/d3ad0ne.rule
hashcat -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r hashcat/rules/rockyou-30000.rule
hashcat -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r hashcat/rules/dive.rule
-# HEAVY MASK ATTACK (BRUTE-FORCE)
+# MASK ATTACK (BRUTE-FORCE)
hashcat -w 3 -m <type> -a 3 <file> hashcat/masks/rockyou-1-60.hcmask
# COMBINATION ATTACK
hashcat -w 3 -m <type> -a 1 <file> dicts/rockyou.txt dicts/rockyou.txt