summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2021-08-27 18:33:04 -0400
committerdusoleil <howcansocksbereal@gmail.com>2021-09-05 23:52:15 -0400
commitf5851f63f1ea27c9deb35475c4d00398026bbe63 (patch)
tree72d8b3f519f774ddec61eb7208bcbb567f50508c /docs
parentaf22ce5c1bf7765129aaa3a78e3a633abcf3c599 (diff)
downloadlib-des-gnux-f5851f63f1ea27c9deb35475c4d00398026bbe63.tar.gz
lib-des-gnux-f5851f63f1ea27c9deb35475c4d00398026bbe63.zip
Add Example that Uses Custom Charset
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/crypto/hashcat.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt
index 00d7704..2f969aa 100644
--- a/docs/crypto/hashcat.txt
+++ b/docs/crypto/hashcat.txt
@@ -12,6 +12,7 @@ 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 -i -1 ?l?d <file> ?1?1?1?1?1?1?1?1?1?1?1
hashcat --status -w 3 -m <type> -a 3 -i <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)