Changes

Jump to navigation Jump to search
1 byte removed ,  14:45, 3 March 2020
m
Line 1: Line 1:  
==Examples==
 
==Examples==
   −
=== Dictionary and rules ===
+
===Dictionary and rules===
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
hashcat -m 0 dict.txt --status -w 3 -o output.txt -r rules.rule
 
hashcat -m 0 dict.txt --status -w 3 -o output.txt -r rules.rule
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
===Force CPU use aswell===
+
===Force CPU use as well===
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
hashcat -b -m 3200 -w 4 -D 1,2,3 --force
 
hashcat -b -m 3200 -w 4 -D 1,2,3 --force

Navigation menu