diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2021-08-27 18:32:23 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2021-09-05 23:52:15 -0400 |
commit | af22ce5c1bf7765129aaa3a78e3a633abcf3c599 (patch) | |
tree | c6599a2fd74f968c024bda440bee5e5d0af4ced8 /docs | |
parent | 5070d2db16b531eeb69f50397ccafb3a0a8fbb89 (diff) | |
download | lib-des-gnux-af22ce5c1bf7765129aaa3a78e3a633abcf3c599.tar.gz lib-des-gnux-af22ce5c1bf7765129aaa3a78e3a633abcf3c599.zip |
Update Incremental Examples to Use Short Flag
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/crypto/hashcat.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt index 31904c0..00d7704 100644 --- a/docs/crypto/hashcat.txt +++ b/docs/crypto/hashcat.txt @@ -12,12 +12,12 @@ 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 -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) -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 -i <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 -i <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 |