diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2021-08-27 17:10:39 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2021-09-05 23:52:15 -0400 |
commit | 8769b67eba7013379396146c80d44cb068d18256 (patch) | |
tree | 1ab193ad8dc79e94aa11eb8e944f5ab47d78c94c /docs/crypto/hashcat.txt | |
parent | 447fe814d452555822be55bc4cefb058f39f735d (diff) | |
download | lib-des-gnux-8769b67eba7013379396146c80d44cb068d18256.tar.gz lib-des-gnux-8769b67eba7013379396146c80d44cb068d18256.zip |
Fix Paths in Examples
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'docs/crypto/hashcat.txt')
-rw-r--r-- | docs/crypto/hashcat.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt index e44dd36..280f4a9 100644 --- a/docs/crypto/hashcat.txt +++ b/docs/crypto/hashcat.txt @@ -6,11 +6,11 @@ hashcat -I # 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 +hashcat -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r rules/d3ad0ne.rule +hashcat -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r rules/rockyou-30000.rule +hashcat -w 3 -m <type> -a 0 <file> dicts/rockyou.txt -r rules/dive.rule # MASK ATTACK (BRUTE-FORCE) -hashcat -w 3 -m <type> -a 3 <file> hashcat/masks/rockyou-1-60.hcmask +hashcat -w 3 -m <type> -a 3 <file> masks/rockyou-1-60.hcmask # COMBINATION ATTACK hashcat -w 3 -m <type> -a 1 <file> dicts/rockyou.txt dicts/rockyou.txt |