Difference between revisions of "Hashcat"

From RHS Wiki
Jump to navigation Jump to search
Tag: visualeditor
Tag: visualeditor
Line 16: Line 16:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
== bcrypt ==
+
===bcrypt===
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
hashcat -m 3200 -a 3 -i --increment-min=1 --increment-max=10 bcrypt_hashes.txt ?a?a?a?a?a?a?a?a?a?a  
 
hashcat -m 3200 -a 3 -i --increment-min=1 --increment-max=10 bcrypt_hashes.txt ?a?a?a?a?a?a?a?a?a?a  

Revision as of 07:17, 27 February 2020

Examples

Kerberoasting

hashcat -m 13100 -a 3 -O -w 4 --session kerberoasting_USA_bruteforce --increment hashes_USA_Kerberoasting.txt ?a?a?a?a?a?a?a?a?

Django

hashcat -m 10000 ~/django_hashes.txt ~/rockyou.txt

Results

hashcat -m 10000 --show ~/django_hashes.txt

bcrypt

hashcat -m 3200 -a 3 -i --increment-min=1 --increment-max=10 bcrypt_hashes.txt ?a?a?a?a?a?a?a?a?a?a