Difference between revisions of "Hashcat"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m (→Examples) Tag: visualeditor |
Rafahsolis (talk | contribs) m (→Examples) Tag: visualeditor |
||
| Line 1: | Line 1: | ||
==Examples== | ==Examples== | ||
| − | === Kerberoasting === | + | ===Kerberoasting=== |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
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? | 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? | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | === Django === | + | ===Django=== |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
hashcat -m 10000 ~/django_hashes.txt ~/rockyou.txt | hashcat -m 10000 ~/django_hashes.txt ~/rockyou.txt | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | === Results === | + | ===Results=== |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
hashcat -m 10000 --show ~/django_hashes.txt | hashcat -m 10000 --show ~/django_hashes.txt | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | == bcrypt == | ||
| + | <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 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Cracking]] | [[Category:Cracking]] | ||
[[Category:Hacking]] | [[Category:Hacking]] | ||
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